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