Class ByteTag

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

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

    Constructors
    Constructor
    Description
    ByteTag(byte value)
    Deprecated.
    Creates the tag with an empty name.
    ByteTag(org.enginehub.linbus.tree.LinByteTag 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

    • 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.
      Overrides:
      getValue in class Tag<Byte,org.enginehub.linbus.tree.LinByteTag>
      Returns:
      the value