Class LongArrayTag

java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.LongArrayTag
All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike

@Deprecated public class LongArrayTag extends Tag
Deprecated.
Use LongArrayBinaryTag.
The TAG_Long_Array tag.
  • Constructor Summary

    Constructors
    Constructor
    Description
    LongArrayTag(long[] value)
    Deprecated.
    Creates the tag with an empty name.
    LongArrayTag(com.sk89q.worldedit.util.nbt.LongArrayBinaryTag adventureTag)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sk89q.worldedit.util.nbt.LongArrayBinaryTag
    Deprecated.
     
    int
    Deprecated.
     
    long[]
    Deprecated.
    Gets the value of this tag.

    Methods inherited from class com.sk89q.jnbt.Tag

    toRaw, 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(com.sk89q.worldedit.util.nbt.LongArrayBinaryTag adventureTag)
      Deprecated.
  • Method Details

    • asBinaryTag

      public com.sk89q.worldedit.util.nbt.LongArrayBinaryTag asBinaryTag()
      Deprecated.
    • getValue

      public long[] getValue()
      Deprecated.
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class Tag
      Returns:
      the value
    • getTypeCode

      public int getTypeCode()
      Deprecated.
      Specified by:
      getTypeCode in class Tag