Package net.minecraft.nbt
Class NbtLongArray
- All Implemented Interfaces:
Iterable<NbtLong>,Collection<NbtLong>,List<NbtLong>,NbtElement
Represents an NBT 64-bit integer array. This object is mutable and backed by
long[]. Its type is 0xc. Like Java arrays,
accessing indices that are out of bounds will throw ArrayIndexOutOfBoundsException.
The backing array can be obtained via getLongArray().- Mappings:
Namespace Name official qmintermediary net/minecraft/class_2501named net/minecraft/nbt/NbtLongArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intstatic final NbtType<NbtLongArray>private long[]Fields inherited from class java.util.AbstractList
modCountFields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_TYPE, END_TYPE, field_33246, field_33247, field_33248, field_33249, FLOAT_TYPE, INT_ARRAY_TYPE, INT_TYPE, LIST_TYPE, LONG_ARRAY_TYPE, LONG_TYPE, MAX_DEPTH, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionNbtLongArray(long[] value) NbtLongArray(LongSet value) NbtLongArray(List<Long> value) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NbtElementVisitor visitor) booleanaddElement(int index, NbtElement element) Insertselementatindex.voidclear()doAccept(NbtScanner visitor) booleanbyteGets the type of element that this list holds.long[]Returns the underlying long array.Returns the NBT type definition of this NBT element.bytegetType()Returns the type of this NBT element.inthashCode()method_10616(int int2) method_17810(int int2, NbtLong nbtLong) method_17811(int int2) voidmethod_17812(int int2, NbtLong nbtLong) booleansetElement(int index, NbtElement element) Sets the element atindextoelement.intsize()private static long[]toString()voidwrite(DataOutput output) Writes the NBT element tooutput.Methods inherited from class net.minecraft.nbt.AbstractNbtList
method_10531, method_10536, method_10606Methods inherited from class java.util.AbstractList
add, add, addAll, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayMethods inherited from interface net.minecraft.nbt.NbtElement
accept, asString, copy
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official bLqm;b:Iintermediary field_33200Lnet/minecraft/class_2501;field_33200:Inamed SIZELnet/minecraft/nbt/NbtLongArray;SIZE:I
-
TYPE
- Mappings:
Namespace Name Mixin selector official aLqm;a:Lra;intermediary field_21040Lnet/minecraft/class_2501;field_21040:Lnet/minecraft/class_4614;named TYPELnet/minecraft/nbt/NbtLongArray;TYPE:Lnet/minecraft/nbt/NbtType;
-
value
private long[] value- Mappings:
Namespace Name Mixin selector official cLqm;c:[Jintermediary field_11552Lnet/minecraft/class_2501;field_11552:[Jnamed valueLnet/minecraft/nbt/NbtLongArray;value:[J
-
-
Constructor Details
-
NbtLongArray
public NbtLongArray(long[] value) - Mappings:
Namespace Name Mixin selector official <init>Lqm;<init>([J)Vintermediary <init>Lnet/minecraft/class_2501;<init>([J)Vnamed <init>Lnet/minecraft/nbt/NbtLongArray;<init>([J)V
-
NbtLongArray
- Mappings:
Namespace Name Mixin selector official <init>Lqm;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)Vintermediary <init>Lnet/minecraft/class_2501;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)Vnamed <init>Lnet/minecraft/nbt/NbtLongArray;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)V
-
NbtLongArray
- Mappings:
Namespace Name Mixin selector official <init>Lqm;<init>(Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_2501;<init>(Ljava/util/List;)Vnamed <init>Lnet/minecraft/nbt/NbtLongArray;<init>(Ljava/util/List;)V
-
-
Method Details
-
toArray
- Mappings:
Namespace Name Mixin selector official aLqm;a(Ljava/util/List;)[Jintermediary method_10617Lnet/minecraft/class_2501;method_10617(Ljava/util/List;)[Jnamed toArrayLnet/minecraft/nbt/NbtLongArray;toArray(Ljava/util/List;)[J
-
write
Writes the NBT element tooutput.- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLqy;a(Ljava/io/DataOutput;)Vintermediary method_10713Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
getType
public byte getType()Returns the type of this NBT element.- Returns:
- the type of this NBT element
- Mappings:
Namespace Name Mixin selector official aLqy;a()Bintermediary method_10711Lnet/minecraft/class_2520;method_10711()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
getNbtType
Returns the NBT type definition of this NBT element.- Returns:
- the NBT type definition of this NBT element
- Mappings:
Namespace Name Mixin selector official bLqy;b()Lra;intermediary method_23258Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;named getNbtTypeLnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
-
toString
- Specified by:
toStringin interfaceNbtElement- Overrides:
toStringin classAbstractCollection<NbtLong>
-
method_10618
- Mappings:
Namespace Name Mixin selector official dLqm;d()Lqm;intermediary method_10618Lnet/minecraft/class_2501;method_10618()Lnet/minecraft/class_2501;named method_10618Lnet/minecraft/nbt/NbtLongArray;method_10618()Lnet/minecraft/nbt/NbtLongArray;
-
equals
- Specified by:
equalsin interfaceCollection<NbtLong>- Specified by:
equalsin interfaceList<NbtLong>- Overrides:
equalsin classAbstractList<NbtLong>- Mappings:
Namespace Name Mixin selector official equalsLqm;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_2501;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/nbt/NbtLongArray;equals(Ljava/lang/Object;)Z
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<NbtLong>- Specified by:
hashCodein interfaceList<NbtLong>- Overrides:
hashCodein classAbstractList<NbtLong>
-
accept
- Mappings:
Namespace Name Mixin selector official aLqy;a(Lrc;)Vintermediary method_32289Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)Vnamed acceptLnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
-
getLongArray
public long[] getLongArray()Returns the underlying long array.- Returns:
- the underlying long array
- API Note:
- This does not copy the array, so modifications to the returned array also apply to this NBT long array.
- Mappings:
Namespace Name Mixin selector official fLqm;f()[Jintermediary method_10615Lnet/minecraft/class_2501;method_10615()[Jnamed getLongArrayLnet/minecraft/nbt/NbtLongArray;getLongArray()[J
-
size
public int size()- Specified by:
sizein interfaceCollection<NbtLong>- Specified by:
sizein interfaceList<NbtLong>- Specified by:
sizein classAbstractCollection<NbtLong>
-
method_10616
- Mappings:
Namespace Name Mixin selector official aLqm;a(I)Lqn;intermediary method_10616Lnet/minecraft/class_2501;method_10616(I)Lnet/minecraft/class_2503;named method_10616Lnet/minecraft/nbt/NbtLongArray;method_10616(I)Lnet/minecraft/nbt/NbtLong;
-
method_17810
- Mappings:
Namespace Name Mixin selector official aLqm;a(ILqn;)Lqn;intermediary method_17810Lnet/minecraft/class_2501;method_17810(ILnet/minecraft/class_2503;)Lnet/minecraft/class_2503;named method_17810Lnet/minecraft/nbt/NbtLongArray;method_17810(ILnet/minecraft/nbt/NbtLong;)Lnet/minecraft/nbt/NbtLong;
-
method_17812
- Mappings:
Namespace Name Mixin selector official bLqm;b(ILqn;)Vintermediary method_17812Lnet/minecraft/class_2501;method_17812(ILnet/minecraft/class_2503;)Vnamed method_17812Lnet/minecraft/nbt/NbtLongArray;method_17812(ILnet/minecraft/nbt/NbtLong;)V
-
setElement
Sets the element atindextoelement. Does nothing if the types were incompatible.- Specified by:
setElementin classAbstractNbtList<NbtLong>- Returns:
- whether the element was actually set
- Mappings:
Namespace Name Mixin selector official aLqe;a(ILqy;)Zintermediary method_10535Lnet/minecraft/class_2483;method_10535(ILnet/minecraft/class_2520;)Znamed setElementLnet/minecraft/nbt/AbstractNbtList;setElement(ILnet/minecraft/nbt/NbtElement;)Z
-
addElement
Insertselementatindex. Does nothing if the types were incompatible.- Specified by:
addElementin classAbstractNbtList<NbtLong>- Returns:
- whether the element was actually added
- Mappings:
Namespace Name Mixin selector official bLqe;b(ILqy;)Zintermediary method_10533Lnet/minecraft/class_2483;method_10533(ILnet/minecraft/class_2520;)Znamed addElementLnet/minecraft/nbt/AbstractNbtList;addElement(ILnet/minecraft/nbt/NbtElement;)Z
-
method_17811
- Mappings:
Namespace Name Mixin selector official bLqm;b(I)Lqn;intermediary method_17811Lnet/minecraft/class_2501;method_17811(I)Lnet/minecraft/class_2503;named method_17811Lnet/minecraft/nbt/NbtLongArray;method_17811(I)Lnet/minecraft/nbt/NbtLong;
-
getHeldType
public byte getHeldType()Gets the type of element that this list holds.- Specified by:
getHeldTypein classAbstractNbtList<NbtLong>- Returns:
- the type of element that this list holds
- Mappings:
Namespace Name Mixin selector official eLqe;e()Bintermediary method_10601Lnet/minecraft/class_2483;method_10601()Bnamed getHeldTypeLnet/minecraft/nbt/AbstractNbtList;getHeldType()B
-
clear
public void clear()- Specified by:
clearin interfaceCollection<NbtLong>- Specified by:
clearin interfaceList<NbtLong>- Overrides:
clearin classAbstractList<NbtLong>
-
doAccept
- Mappings:
Namespace Name Mixin selector official aLqy;a(Lqv;)Lqv$b;intermediary method_39850Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;named doAcceptLnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;
-