Class IntArrayTag

java.lang.Object
net.glowstone.util.nbt.Tag<int[]>
net.glowstone.util.nbt.IntArrayTag

public final class IntArrayTag extends Tag<int[]>
The TAG_Int_Array tag.
  • Constructor Details

    • IntArrayTag

      public IntArrayTag(int... value)
      Creates the tag.
      Parameters:
      value - The value.
  • Method Details

    • valueToString

      protected void valueToString(StringBuilder hex)
      Overrides:
      valueToString in class Tag<int[]>
    • getValue

      public int[] getValue()
      The value.
      Specified by:
      getValue in class Tag<int[]>
      Returns:
      The value of this tag.