Class FloatTag


public final class FloatTag extends NumericTag<Float>
The TAG_Float tag.
  • Constructor Details

    • FloatTag

      public FloatTag(float value)
      Creates the tag.
      Parameters:
      value - The value.
  • Method Details

    • getValue

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