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