Class ByteTag

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

@Deprecated public final class ByteTag extends NumberTag<org.enginehub.linbus.tree.LinByteTag>
Deprecated.
Use LinByteTag.
The TAG_Byte tag.
  • Constructor Details

    • ByteTag

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

      public ByteTag(org.enginehub.linbus.tree.LinByteTag tag)
      Deprecated.
  • Method Details

    • getValue

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

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