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