Class LongArrayTag

java.lang.Object
com.sk89q.jnbt.Tag<long[],org.enginehub.linbus.tree.LinLongArrayTag>
com.sk89q.jnbt.LongArrayTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinLongArrayTag>

@Deprecated public class LongArrayTag extends Tag<long[],org.enginehub.linbus.tree.LinLongArrayTag>
Deprecated.
Use LinLongArrayTag.
The TAG_Long_Array tag.
  • Field Summary

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

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

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

    • LongArrayTag

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

      public LongArrayTag(org.enginehub.linbus.tree.LinLongArrayTag tag)
      Deprecated.
  • Method Details

    • getValue

      public long[] getValue()
      Deprecated.
      Description copied from class: Tag
      Gets the value of this tag.
      Overrides:
      getValue in class Tag<long[],org.enginehub.linbus.tree.LinLongArrayTag>
      Returns:
      the value