Class StringTag

java.lang.Object
net.glowstone.util.nbt.Tag<String>
net.glowstone.util.nbt.StringTag

public final class StringTag extends Tag<String>
The TAG_String tag.
  • Constructor Details

    • StringTag

      public StringTag(String value)
      Creates the tag.
      Parameters:
      value - The value.
  • Method Details

    • getValue

      public String getValue()
      The value.
      Specified by:
      getValue in class Tag<String>
      Returns:
      The value of this tag.