Class ShortTag


public final class ShortTag extends NumericTag<Short>
The TAG_Short tag.
  • Constructor Details

    • ShortTag

      public ShortTag(short value)
      Creates the tag.
      Parameters:
      value - The value.
  • Method Details

    • getValue

      public Short getValue()
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class Tag<Short>
      Returns:
      The value of this tag.