623 B
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?