Class ShortTag

java.lang.Object
com.sk89q.jnbt.Tag<Short,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 Tag<Short,org.enginehub.linbus.tree.LinShortTag>
Deprecated.
Use LinShortTag.
The TAG_Short tag.
  • Field Summary

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShortTag(short value)
    Deprecated.
    Creates the tag with an empty name.
    ShortTag(org.enginehub.linbus.tree.LinShortTag tag)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the value of this tag.

    Methods inherited from class com.sk89q.jnbt.Tag

    toLinTag, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.
      Overrides:
      getValue in class Tag<Short,org.enginehub.linbus.tree.LinShortTag>
      Returns:
      the value