Class FloatTag

java.lang.Object
com.sk89q.jnbt.Tag<Float,org.enginehub.linbus.tree.LinFloatTag>
com.sk89q.jnbt.FloatTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinFloatTag>

@Deprecated public final class FloatTag extends Tag<Float,org.enginehub.linbus.tree.LinFloatTag>
Deprecated.
Use LinFloatTag.
The TAG_Float tag.
  • Field Summary

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

    Constructors
    Constructor
    Description
    FloatTag(float value)
    Deprecated.
    Creates the tag with an empty name.
    FloatTag(org.enginehub.linbus.tree.LinFloatTag tag)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the value of this tag.

    Methods inherited from class com.sk89q.jnbt.Tag

    toLinTag, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FloatTag

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

      public FloatTag(org.enginehub.linbus.tree.LinFloatTag tag)
      Deprecated.
  • Method Details

    • getValue

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