Class StringTag

java.lang.Object
com.sk89q.jnbt.Tag<String,org.enginehub.linbus.tree.LinStringTag>
com.sk89q.jnbt.StringTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinStringTag>

@Deprecated public final class StringTag extends Tag<String,org.enginehub.linbus.tree.LinStringTag>
Deprecated.
Use LinStringTag.
The TAG_String tag.
  • Constructor Details

    • StringTag

      public StringTag(String value)
      Deprecated.
      Creates the tag with an empty name.
      Parameters:
      value - the value of the tag
    • StringTag

      public StringTag(org.enginehub.linbus.tree.LinStringTag tag)
      Deprecated.
  • Method Details

    • getValue

      public String getValue()
      Deprecated.
      Description copied from class: Tag
      Gets the value of this tag.
      Overrides:
      getValue in class Tag<String,org.enginehub.linbus.tree.LinStringTag>
      Returns:
      the value