Class IntArrayTag

java.lang.Object
net.minecraft.nbt.Tag
net.minecraft.nbt.IntArrayTag

public class IntArrayTag
extends Tag
Mappings:
Namespace Name
official ds
intermediary net/minecraft/class_1409
named net/minecraft/nbt/IntArrayTag
  • Field Details

    • value

      private int[] value
      Mappings:
      Namespace Name Mixin selector
      official b Lds;b:[I
      intermediary field_5915 Lnet/minecraft/class_1409;field_5915:[I
      named value Lnet/minecraft/nbt/IntArrayTag;value:[I
  • Constructor Details

    • IntArrayTag

      IntArrayTag()
    • IntArrayTag

      public IntArrayTag​(int[] value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lds;<init>([I)V
      intermediary <init> Lnet/minecraft/class_1409;<init>([I)V
      named <init> Lnet/minecraft/nbt/IntArrayTag;<init>([I)V
  • Method Details

    • write

      void write​(DataOutput output) throws IOException
      Specified by:
      write in class Tag
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Leb;a(Ljava/io/DataOutput;)V
      intermediary method_5062 Lnet/minecraft/class_1419;method_5062(Ljava/io/DataOutput;)V
      named write Lnet/minecraft/nbt/Tag;write(Ljava/io/DataOutput;)V
    • read

      void read​(DataInput input, int depth, PositionTracker tracker) throws IOException
      Specified by:
      read in class Tag
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Leb;a(Ljava/io/DataInput;ILdw;)V
      intermediary method_5061 Lnet/minecraft/class_1419;method_5061(Ljava/io/DataInput;ILnet/minecraft/class_1413;)V
      named read Lnet/minecraft/nbt/Tag;read(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)V
    • getType

      public byte getType()
      Specified by:
      getType in class Tag
      Mappings:
      Namespace Name Mixin selector
      official a Leb;a()B
      intermediary method_5059 Lnet/minecraft/class_1419;method_5059()B
      named getType Lnet/minecraft/nbt/Tag;getType()B
    • toString

      public String toString()
      Specified by:
      toString in class Tag
      Mappings:
      Namespace Name Mixin selector
      official toString Leb;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1419;toString()Ljava/lang/String;
      named toString Lnet/minecraft/nbt/Tag;toString()Ljava/lang/String;
    • copy

      public Tag copy()
      Specified by:
      copy in class Tag
      Mappings:
      Namespace Name Mixin selector
      official b Leb;b()Leb;
      intermediary method_5064 Lnet/minecraft/class_1419;method_5064()Lnet/minecraft/class_1419;
      named copy Lnet/minecraft/nbt/Tag;copy()Lnet/minecraft/nbt/Tag;
    • equals

      public boolean equals​(Object other)
      Overrides:
      equals in class Tag
      Mappings:
      Namespace Name Mixin selector
      official equals Leb;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_1419;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/nbt/Tag;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Tag
      Mappings:
      Namespace Name Mixin selector
      official hashCode Leb;hashCode()I
      intermediary hashCode Lnet/minecraft/class_1419;hashCode()I
      named hashCode Lnet/minecraft/nbt/Tag;hashCode()I
    • getIntArray

      public int[] getIntArray()
      Mappings:
      Namespace Name Mixin selector
      official c Lds;c()[I
      intermediary method_5032 Lnet/minecraft/class_1409;method_5032()[I
      named getIntArray Lnet/minecraft/nbt/IntArrayTag;getIntArray()[I