IntArrayBinaryTag
.@Deprecated public final class IntArrayTag extends Tag
TAG_Int_Array
tag.Constructor and Description |
---|
IntArrayTag(int[] value)
Deprecated.
Creates the tag with an empty name.
|
IntArrayTag(com.sk89q.worldedit.util.nbt.IntArrayBinaryTag adventureTag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.nbt.IntArrayBinaryTag |
asBinaryTag()
Deprecated.
|
int[] |
getValue()
Deprecated.
Gets the value of this tag.
|