CLASS net/minecraft/class_2501 net/minecraft/nbt/NbtLongArray COMMENT Represents an NBT 64-bit integer array. This object is mutable and backed by COMMENT {@code long[]}. Its type is {@value NbtElement#LONG_ARRAY_TYPE}. Like Java arrays, COMMENT accessing indices that are out of bounds will throw {@link ArrayIndexOutOfBoundsException}. COMMENT The backing array can be obtained via {@link #getLongArray()}. FIELD field_11552 value [J FIELD field_21040 TYPE Lnet/minecraft/class_4614; METHOD (Lit/unimi/dsi/fastutil/longs/LongSet;)V ARG 1 value METHOD (Ljava/util/List;)V ARG 1 value METHOD ([J)V ARG 1 value METHOD equals (Ljava/lang/Object;)Z ARG 1 o METHOD get (I)Ljava/lang/Object; ARG 1 index METHOD method_10615 getLongArray ()[J COMMENT {@return the underlying long array} COMMENT COMMENT @apiNote This does not copy the array, so modifications to the returned array COMMENT also apply to this NBT long array. METHOD method_10617 toArray (Ljava/util/List;)[J ARG 0 list