//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtCompound/getLongArray
getLongArray
[jvm]
fun getLongArray(key: String): LongArray
Returns the unwrapped long array value. The array will be linked and any modification will also change wrapper and the mapped value.
Throws
kotlin.ClassCastException | If the NbtTag is not a NbtLongArray |
kotlin.NoSuchElementException | If the key is not present on the compound |