Package net.minecraft.nbt
Class NbtIntArray
- All Implemented Interfaces:
Iterable<NbtInt>,Collection<NbtInt>,List<NbtInt>,NbtElement
Represents an NBT 32-bit integer array. This object is mutable and backed by
int[]. Its type is 0xb. Like Java arrays,
accessing indices that are out of bounds will throw ArrayIndexOutOfBoundsException.
The backing array can be obtained via getIntArray().- Mappings:
Namespace Name official qjintermediary net/minecraft/class_2495named net/minecraft/nbt/NbtIntArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intstatic final NbtType<NbtIntArray>private int[]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
Constructors -
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.int[]Returns the underlying int array.Returns the NBT type definition of this NBT element.bytegetType()Returns the type of this NBT element.inthashCode()method_10589(int int2) method_17806(int int2, NbtInt nbtInt) method_17807(int int2) voidmethod_17808(int int2, NbtInt nbtInt) booleansetElement(int index, NbtElement element) Sets the element atindextoelement.intsize()private static int[]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 bLqj;b:Iintermediary field_33195Lnet/minecraft/class_2495;field_33195:Inamed SIZELnet/minecraft/nbt/NbtIntArray;SIZE:I
-
TYPE
- Mappings:
Namespace Name Mixin selector official aLqj;a:Lra;intermediary field_21036Lnet/minecraft/class_2495;field_21036:Lnet/minecraft/class_4614;named TYPELnet/minecraft/nbt/NbtIntArray;TYPE:Lnet/minecraft/nbt/NbtType;
-
value
private int[] value- Mappings:
Namespace Name Mixin selector official cLqj;c:[Iintermediary field_11524Lnet/minecraft/class_2495;field_11524:[Inamed valueLnet/minecraft/nbt/NbtIntArray;value:[I
-
-
Constructor Details
-
NbtIntArray
public NbtIntArray(int[] value) - Mappings:
Namespace Name Mixin selector official <init>Lqj;<init>([I)Vintermediary <init>Lnet/minecraft/class_2495;<init>([I)Vnamed <init>Lnet/minecraft/nbt/NbtIntArray;<init>([I)V
-
NbtIntArray
- Mappings:
Namespace Name Mixin selector official <init>Lqj;<init>(Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_2495;<init>(Ljava/util/List;)Vnamed <init>Lnet/minecraft/nbt/NbtIntArray;<init>(Ljava/util/List;)V
-
-
Method Details
-
toArray
- Mappings:
Namespace Name Mixin selector official aLqj;a(Ljava/util/List;)[Iintermediary method_10590Lnet/minecraft/class_2495;method_10590(Ljava/util/List;)[Inamed toArrayLnet/minecraft/nbt/NbtIntArray;toArray(Ljava/util/List;)[I
-
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<NbtInt>
-
method_10591
- Mappings:
Namespace Name Mixin selector official dLqj;d()Lqj;intermediary method_10591Lnet/minecraft/class_2495;method_10591()Lnet/minecraft/class_2495;named method_10591Lnet/minecraft/nbt/NbtIntArray;method_10591()Lnet/minecraft/nbt/NbtIntArray;
-
equals
- Specified by:
equalsin interfaceCollection<NbtInt>- Specified by:
equalsin interfaceList<NbtInt>- Overrides:
equalsin classAbstractList<NbtInt>- Mappings:
Namespace Name Mixin selector official equalsLqj;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_2495;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/nbt/NbtIntArray;equals(Ljava/lang/Object;)Z
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<NbtInt>- Specified by:
hashCodein interfaceList<NbtInt>- Overrides:
hashCodein classAbstractList<NbtInt>
-
getIntArray
public int[] getIntArray()Returns the underlying int array.- Returns:
- the underlying int array
- API Note:
- This does not copy the array, so modifications to the returned array also apply to this NBT int array.
- Mappings:
Namespace Name Mixin selector official fLqj;f()[Iintermediary method_10588Lnet/minecraft/class_2495;method_10588()[Inamed getIntArrayLnet/minecraft/nbt/NbtIntArray;getIntArray()[I
-
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
-
size
public int size()- Specified by:
sizein interfaceCollection<NbtInt>- Specified by:
sizein interfaceList<NbtInt>- Specified by:
sizein classAbstractCollection<NbtInt>
-
method_10589
- Mappings:
Namespace Name Mixin selector official aLqj;a(I)Lqk;intermediary method_10589Lnet/minecraft/class_2495;method_10589(I)Lnet/minecraft/class_2497;named method_10589Lnet/minecraft/nbt/NbtIntArray;method_10589(I)Lnet/minecraft/nbt/NbtInt;
-
method_17806
- Mappings:
Namespace Name Mixin selector official aLqj;a(ILqk;)Lqk;intermediary method_17806Lnet/minecraft/class_2495;method_17806(ILnet/minecraft/class_2497;)Lnet/minecraft/class_2497;named method_17806Lnet/minecraft/nbt/NbtIntArray;method_17806(ILnet/minecraft/nbt/NbtInt;)Lnet/minecraft/nbt/NbtInt;
-
method_17808
- Mappings:
Namespace Name Mixin selector official bLqj;b(ILqk;)Vintermediary method_17808Lnet/minecraft/class_2495;method_17808(ILnet/minecraft/class_2497;)Vnamed method_17808Lnet/minecraft/nbt/NbtIntArray;method_17808(ILnet/minecraft/nbt/NbtInt;)V
-
setElement
Sets the element atindextoelement. Does nothing if the types were incompatible.- Specified by:
setElementin classAbstractNbtList<NbtInt>- 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<NbtInt>- 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_17807
- Mappings:
Namespace Name Mixin selector official bLqj;b(I)Lqk;intermediary method_17807Lnet/minecraft/class_2495;method_17807(I)Lnet/minecraft/class_2497;named method_17807Lnet/minecraft/nbt/NbtIntArray;method_17807(I)Lnet/minecraft/nbt/NbtInt;
-
getHeldType
public byte getHeldType()Gets the type of element that this list holds.- Specified by:
getHeldTypein classAbstractNbtList<NbtInt>- 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<NbtInt>- Specified by:
clearin interfaceList<NbtInt>- Overrides:
clearin classAbstractList<NbtInt>
-
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;
-