Class ShortTag

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

@Deprecated public final class ShortTag extends NumberTag<org.enginehub.linbus.tree.LinShortTag>
Deprecated.
Use LinShortTag.
The TAG_Short tag.
  • Constructor Details

    • ShortTag

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

      public ShortTag(org.enginehub.linbus.tree.LinShortTag tag)
      Deprecated.
  • Method Details

    • getValue

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

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