ByteBinaryTag
.@Deprecated public final class ByteTag extends Tag
TAG_Byte
tag.Constructor and Description |
---|
ByteTag(byte value)
Deprecated.
Creates the tag with an empty name.
|
ByteTag(com.sk89q.worldedit.util.nbt.ByteBinaryTag adventureTag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.nbt.ByteBinaryTag |
asBinaryTag()
Deprecated.
|
java.lang.Byte |
getValue()
Deprecated.
Gets the value of this tag.
|