Class NbtLongArray

All Implemented Interfaces:
Iterable<NbtLong>, Collection<NbtLong>, List<NbtLong>, class_4373

public class NbtLongArray extends class_4371<NbtLong>
Mappings:
Namespace Name
official hf
intermediary net/minecraft/class_3323
named net/minecraft/nbt/NbtLongArray
  • Field Details

    • value

      private long[] value
      Mappings:
      Namespace Name Mixin selector
      official f Lhf;f:[J
      intermediary field_16245 Lnet/minecraft/class_3323;field_16245:[J
      named value Lnet/minecraft/nbt/NbtLongArray;value:[J
  • Constructor Details

    • NbtLongArray

      NbtLongArray()
    • NbtLongArray

      public NbtLongArray(long[] value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lhf;<init>([J)V
      intermediary <init> Lnet/minecraft/class_3323;<init>([J)V
      named <init> Lnet/minecraft/nbt/NbtLongArray;<init>([J)V
    • NbtLongArray

      public NbtLongArray(LongSet longSet)
    • NbtLongArray

      public NbtLongArray(List<Long> value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lhf;<init>(Ljava/util/List;)V
      intermediary <init> Lnet/minecraft/class_3323;<init>(Ljava/util/List;)V
      named <init> Lnet/minecraft/nbt/NbtLongArray;<init>(Ljava/util/List;)V
  • Method Details

    • toArray

      private static long[] toArray(List<Long> value)
      Mappings:
      Namespace Name Mixin selector
      official a Lhf;a(Ljava/util/List;)[J
      intermediary method_14751 Lnet/minecraft/class_3323;method_14751(Ljava/util/List;)[J
      named toArray Lnet/minecraft/nbt/NbtLongArray;toArray(Ljava/util/List;)[J
    • method_1650

      public void method_1650(DataOutput dataOutput) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lho;a(Ljava/io/DataOutput;)V
      intermediary method_1650 Lnet/minecraft/class_4373;method_1650(Ljava/io/DataOutput;)V
      named method_1650 Lnet/minecraft/class_4373;method_1650(Ljava/io/DataOutput;)V
    • method_1649

      public void method_1649(DataInput dataInput, int int2, PositionTracker positionTracker) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lho;a(Ljava/io/DataInput;ILhh;)V
      intermediary method_1649 Lnet/minecraft/class_4373;method_1649(Ljava/io/DataInput;ILnet/minecraft/class_1944;)V
      named method_1649 Lnet/minecraft/class_4373;method_1649(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)V
    • method_1645

      public byte method_1645()
      Mappings:
      Namespace Name Mixin selector
      official a Lho;a()B
      intermediary method_1645 Lnet/minecraft/class_4373;method_1645()B
      named method_1645 Lnet/minecraft/class_4373;method_1645()B
    • toString

      public String toString()
      Specified by:
      toString in interface class_4373
      Overrides:
      toString in class AbstractCollection<NbtLong>
      Mappings:
      Namespace Name Mixin selector
      official toString Lho;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_4373;toString()Ljava/lang/String;
      named toString Lnet/minecraft/class_4373;toString()Ljava/lang/String;
    • method_1651

      public NbtLongArray method_1651()
      Mappings:
      Namespace Name Mixin selector
      official c Lhf;c()Lhf;
      intermediary method_14752 Lnet/minecraft/class_3323;method_14752()Lnet/minecraft/class_3323;
      named method_1651 Lnet/minecraft/nbt/NbtLongArray;method_1651()Lnet/minecraft/nbt/NbtLongArray;
    • equals

      public boolean equals(Object object)
      Specified by:
      equals in interface Collection<NbtLong>
      Specified by:
      equals in interface List<NbtLong>
      Overrides:
      equals in class AbstractList<NbtLong>
      Mappings:
      Namespace Name Mixin selector
      official equals Lhf;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_3323;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/nbt/NbtLongArray;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Collection<NbtLong>
      Specified by:
      hashCode in interface List<NbtLong>
      Overrides:
      hashCode in class AbstractList<NbtLong>
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lhf;hashCode()I
      intermediary hashCode Lnet/minecraft/class_3323;hashCode()I
      named hashCode Lnet/minecraft/nbt/NbtLongArray;hashCode()I
    • method_20146

      public Text method_20146(String string, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lho;a(Ljava/lang/String;I)Lij;
      intermediary method_20146 Lnet/minecraft/class_4373;method_20146(Ljava/lang/String;I)Lnet/minecraft/class_1982;
      named method_20146 Lnet/minecraft/class_4373;method_20146(Ljava/lang/String;I)Lnet/minecraft/text/Text;
    • method_20102

      public long[] method_20102()
      Mappings:
      Namespace Name Mixin selector
      official d Lhf;d()[J
      intermediary method_20102 Lnet/minecraft/class_3323;method_20102()[J
      named method_20102 Lnet/minecraft/nbt/NbtLongArray;method_20102()[J
    • size

      public int size()
      Specified by:
      size in interface Collection<NbtLong>
      Specified by:
      size in interface List<NbtLong>
      Specified by:
      size in class class_4371<NbtLong>
      Mappings:
      Namespace Name Mixin selector
      official size Lgx;size()I
      intermediary size Lnet/minecraft/class_4371;size()I
      named size Lnet/minecraft/class_4371;size()I
    • method_20089

      public NbtLong method_20089(int int2)
      Specified by:
      method_20089 in class class_4371<NbtLong>
      Mappings:
      Namespace Name Mixin selector
      official a Lhf;a(I)Lhg;
      intermediary method_20101 Lnet/minecraft/class_3323;method_20101(I)Lnet/minecraft/class_501;
      named method_20089 Lnet/minecraft/nbt/NbtLongArray;method_20089(I)Lnet/minecraft/nbt/NbtLong;
    • method_20086

      public void method_20086(int int2, class_4373 class_4373)
      Specified by:
      method_20086 in class class_4371<NbtLong>
      Mappings:
      Namespace Name Mixin selector
      official a Lgx;a(ILho;)V
      intermediary method_20086 Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)V
      named method_20086 Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)V
    • method_20087

      public void method_20087(int int2)
      Specified by:
      method_20087 in class class_4371<NbtLong>
      Mappings:
      Namespace Name Mixin selector
      official b Lgx;b(I)V
      intermediary method_20087 Lnet/minecraft/class_4371;method_20087(I)V
      named method_20087 Lnet/minecraft/class_4371;method_20087(I)V