Class DoubleTag

All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike

@Deprecated public final class DoubleTag extends NumberTag
Deprecated.
Use DoubleBinaryTag.
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(com.sk89q.worldedit.util.nbt.DoubleBinaryTag adventureTag)
      Deprecated.
  • Method Details

    • asBinaryTag

      public com.sk89q.worldedit.util.nbt.DoubleBinaryTag asBinaryTag()
      Deprecated.
    • getValue

      public Double getValue()
      Deprecated.
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class NumberTag
      Returns:
      the value
    • getTypeCode

      public int getTypeCode()
      Deprecated.
      Specified by:
      getTypeCode in class Tag