Class NbtIntArray

java.lang.Object
net.minecraft.nbt.NbtElement
net.minecraft.nbt.NbtIntArray

public class NbtIntArray extends NbtElement
Mappings:
Namespace Name
official du
intermediary net/minecraft/class_428
named net/minecraft/nbt/NbtIntArray
  • Field Details

    • value

      private int[] value
      Mappings:
      Namespace Name Mixin selector
      official b Ldu;b:[I
      intermediary field_1434 Lnet/minecraft/class_428;field_1434:[I
      named value Lnet/minecraft/nbt/NbtIntArray;value:[I
  • Constructor Details

    • NbtIntArray

      NbtIntArray()
    • NbtIntArray

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

    • write

      void write(DataOutput output) throws IOException
      Specified by:
      write in class NbtElement
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Led;a(Ljava/io/DataOutput;)V
      intermediary method_1650 Lnet/minecraft/class_605;method_1650(Ljava/io/DataOutput;)V
      named write Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
    • read

      void read(DataInput input, int depth, PositionTracker tracker) throws IOException
      Specified by:
      read in class NbtElement
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Led;a(Ljava/io/DataInput;ILdy;)V
      intermediary method_1649 Lnet/minecraft/class_605;method_1649(Ljava/io/DataInput;ILnet/minecraft/class_1944;)V
      named read Lnet/minecraft/nbt/NbtElement;read(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)V
    • getType

      public byte getType()
      Specified by:
      getType in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      official a Led;a()B
      intermediary method_1645 Lnet/minecraft/class_605;method_1645()B
      named getType Lnet/minecraft/nbt/NbtElement;getType()B
    • toString

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

      public NbtElement copy()
      Specified by:
      copy in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      official b Led;b()Led;
      intermediary method_1651 Lnet/minecraft/class_605;method_1651()Lnet/minecraft/class_605;
      named copy Lnet/minecraft/nbt/NbtElement;copy()Lnet/minecraft/nbt/NbtElement;
    • equals

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

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

      public int[] getIntArray()
      Mappings:
      Namespace Name Mixin selector
      official c Ldu;c()[I
      intermediary method_7349 Lnet/minecraft/class_428;method_7349()[I
      named getIntArray Lnet/minecraft/nbt/NbtIntArray;getIntArray()[I