Class IntTag


public final class IntTag extends NumericTag<Integer>
The TAG_Int tag.
  • Constructor Details

    • IntTag

      public IntTag(int value)
      Creates the tag.
      Parameters:
      value - The value.
  • Method Details

    • getValue

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