Class ByteArrayTag

java.lang.Object
com.sk89q.jnbt.Tag<byte[],org.enginehub.linbus.tree.LinByteArrayTag>
com.sk89q.jnbt.ByteArrayTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinByteArrayTag>

@Deprecated public final class ByteArrayTag extends Tag<byte[],org.enginehub.linbus.tree.LinByteArrayTag>
Deprecated.
Use LinByteArrayTag.
The TAG_Byte_Array tag.
  • Field Summary

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

    Constructors
    Constructor
    Description
    ByteArrayTag(byte[] value)
    Deprecated.
    Creates the tag with an empty name.
    ByteArrayTag(org.enginehub.linbus.tree.LinByteArrayTag tag)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    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

    • ByteArrayTag

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

      public ByteArrayTag(org.enginehub.linbus.tree.LinByteArrayTag 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.LinByteArrayTag>
      Returns:
      the value