Class IntArrayTag

java.lang.Object
com.sk89q.jnbt.Tag<int[],org.enginehub.linbus.tree.LinIntArrayTag>
com.sk89q.jnbt.IntArrayTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinIntArrayTag>

@Deprecated public final class IntArrayTag extends Tag<int[],org.enginehub.linbus.tree.LinIntArrayTag>
Deprecated.
Use LinIntArrayTag.
The TAG_Int_Array tag.
  • Field Summary

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

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

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

    • IntArrayTag

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

      public IntArrayTag(org.enginehub.linbus.tree.LinIntArrayTag tag)
      Deprecated.
  • Method Details

    • getValue

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