Files
KSpigot/docs/-k-spigot/net.axay.kspigot.data/-n-b-t-data/get.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

623 B

title
title
get -

//KSpigot/net.axay.kspigot.data/NBTData/get

get

[jvm]
Brief description

This method gets the value at the given key. The returned dataType must be specified. The returned value is null, if it was not possible to find any value at the specified location, or if the type is not the one which was specified.

Content
operator fun <T> get(key: String, dataType: NBTDataType<T>): T?