Class DoubleTag

java.lang.Object
com.sk89q.jnbt.Tag<Double,org.enginehub.linbus.tree.LinDoubleTag>
com.sk89q.jnbt.DoubleTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinDoubleTag>

@Deprecated public final class DoubleTag extends Tag<Double,org.enginehub.linbus.tree.LinDoubleTag>
Deprecated.
Use LinDoubleTag.
The TAG_Double tag.
  • Constructor Details

    • DoubleTag

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

      public DoubleTag(org.enginehub.linbus.tree.LinDoubleTag tag)
      Deprecated.
  • Method Details

    • getValue

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