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