//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtIntArray/NbtIntArray
NbtIntArray
[jvm]
fun NbtIntArray()
Creates a new tag with an empty array.
[jvm]
fun NbtIntArray(value: String)
Parses the string using the same structure which is returned by stringValue.
Parameters
jvm
value | A string with a structure like [0, -32, 48, 127] |
Throws
kotlin.IllegalArgumentException | if the string does not have the exact format outputted by stringValue |
[jvm]
fun NbtIntArray(value: IntArray)