Class LongTag

java.lang.Object
com.sk89q.jnbt.Tag<Number,org.enginehub.linbus.tree.LinLongTag>
com.fastasyncworldedit.core.jnbt.NumberTag<org.enginehub.linbus.tree.LinLongTag>
com.sk89q.jnbt.LongTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinLongTag>

@Deprecated public final class LongTag extends NumberTag<org.enginehub.linbus.tree.LinLongTag>
Deprecated.
Use LinLongTag.
The TAG_Long tag.
  • Constructor Details

    • LongTag

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

      public LongTag(org.enginehub.linbus.tree.LinLongTag tag)
      Deprecated.
  • Method Details

    • getValue

      public Long getValue()
      Deprecated.
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class NumberTag<org.enginehub.linbus.tree.LinLongTag>
      Returns:
      the value
    • getTypeCode

      public int getTypeCode()
      Deprecated.
      Specified by:
      getTypeCode in class Tag<Number,org.enginehub.linbus.tree.LinLongTag>