Package com.sk89q.jnbt
Class ShortTag
java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.ShortTag
- All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Deprecated.
The
TAG_Short
tag.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sk89q.worldedit.util.nbt.ShortBinaryTag
Deprecated.getValue()
Deprecated.Gets the value of this tag.
-
Constructor Details
-
ShortTag
public ShortTag(short value)Deprecated.Creates the tag with an empty name.- Parameters:
value
- the value of the tag
-
ShortTag
public ShortTag(com.sk89q.worldedit.util.nbt.ShortBinaryTag adventureTag)Deprecated.
-
-
Method Details
ShortBinaryTag
.