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