ShortBinaryTag
.@Deprecated public final class ShortTag extends Tag
TAG_Short
tag.Constructor and Description |
---|
ShortTag(short value)
Deprecated.
Creates the tag with an empty name.
|
ShortTag(com.sk89q.worldedit.util.nbt.ShortBinaryTag adventureTag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.nbt.ShortBinaryTag |
asBinaryTag()
Deprecated.
|
java.lang.Short |
getValue()
Deprecated.
Gets the value of this tag.
|