Package com.sk89q.jnbt
Class IntArrayTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.IntArrayTag
- All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Deprecated.
The
TAG_Int_Array
tag.-
Constructor Summary
ConstructorsConstructorDescriptionIntArrayTag(int[] value)
Deprecated.Creates the tag with an empty name.IntArrayTag(com.sk89q.worldedit.util.nbt.IntArrayBinaryTag adventureTag)
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.sk89q.worldedit.util.nbt.IntArrayBinaryTag
Deprecated.int[]
getValue()
Deprecated.Gets the value of this tag.
-
Constructor Details
-
IntArrayTag
public IntArrayTag(int[] value)Deprecated.Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
IntArrayTag
public IntArrayTag(com.sk89q.worldedit.util.nbt.IntArrayBinaryTag adventureTag)Deprecated.
-
-
Method Details
IntArrayBinaryTag
.