Class NumberTag

java.lang.Object
com.sk89q.jnbt.Tag
com.fastasyncworldedit.core.jnbt.NumberTag
All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Direct Known Subclasses:
DoubleTag, FloatTag

public abstract class NumberTag extends Tag
A numerical Tag
  • Constructor Details

    • NumberTag

      public NumberTag()
  • Method Details

    • getValue

      public abstract Number getValue()
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class Tag
      Returns:
      the value