Package net.minecraft.nbt
Class NbtList
- All Implemented Interfaces:
Iterable<NbtElement>,Collection<NbtElement>,List<NbtElement>,NbtElement
Represents an NBT list.
An NBT list holds values of the same NBT type.
The NBT type of an NBT list is determined
once its first element is inserted; empty NBT lists return NULL_TYPE as their held NBT type.
- Mappings:
Namespace Name official nmintermediary net/minecraft/class_2499named net/minecraft/nbt/NbtList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate byteprivate final List<NbtElement>Fields inherited from class java.util.AbstractList
modCountFields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_TYPE, field_33246, field_33247, field_33248, field_33249, field_33264, FLOAT_TYPE, INT_ARRAY_TYPE, INT_TYPE, LIST_TYPE, LONG_ARRAY_TYPE, LONG_TYPE, NULL_TYPE, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NbtElementVisitor visitor) voidadd(int int2, NbtElement nbtElement) booleanaddElement(int index, NbtElement element) private booleancanAdd(NbtElement element) voidclear()copy()Copies this NBT element.booleanprivate voidget(int int2) getCompound(int index) doublegetDouble(int index) floatgetFloat(int index) byteGets the type of element that this list holds.intgetInt(int index) int[]getIntArray(int index) getList(int index) long[]getLongArray(int index) Gets the NBT type definition of this NBT element.shortgetShort(int index) getString(int index) bytegetType()Gets the type of this NBT element.inthashCode()booleanisEmpty()remove(int int2) set(int int2, NbtElement nbtElement) booleansetElement(int index, NbtElement element) intsize()toString()voidwrite(DataOutput output) Methods inherited from class java.util.AbstractList
add, addAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, 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, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayMethods inherited from interface net.minecraft.nbt.NbtElement
asString
-
Field Details
-
field_33199
private static final int field_33199- See Also:
- Mappings:
Namespace Name Mixin selector official bLnm;b:Iintermediary field_33199Lnet/minecraft/class_2499;field_33199:Inamed field_33199Lnet/minecraft/nbt/NbtList;field_33199:I
-
TYPE
- Mappings:
Namespace Name Mixin selector official aLnm;a:Loa;intermediary field_21039Lnet/minecraft/class_2499;field_21039:Lnet/minecraft/class_4614;named TYPELnet/minecraft/nbt/NbtList;TYPE:Lnet/minecraft/nbt/NbtType;
-
value
- Mappings:
Namespace Name Mixin selector official cLnm;c:Ljava/util/List;intermediary field_11550Lnet/minecraft/class_2499;field_11550:Ljava/util/List;named valueLnet/minecraft/nbt/NbtList;value:Ljava/util/List;
-
type
private byte type- Mappings:
Namespace Name Mixin selector official wLnm;w:Bintermediary field_11551Lnet/minecraft/class_2499;field_11551:Bnamed typeLnet/minecraft/nbt/NbtList;type:B
-
-
Constructor Details
-
NbtList
NbtList(List<NbtElement> list, byte type) - Mappings:
Namespace Name Mixin selector official <init>Lnm;<init>(Ljava/util/List;B)Vintermediary <init>Lnet/minecraft/class_2499;<init>(Ljava/util/List;B)Vnamed <init>Lnet/minecraft/nbt/NbtList;<init>(Ljava/util/List;B)V
-
NbtList
public NbtList()
-
-
Method Details
-
write
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLny;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()Gets the type of this NBT element.- Returns:
- the type
- Mappings:
Namespace Name Mixin selector official aLny;a()Bintermediary method_10711Lnet/minecraft/class_2520;method_10711()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
getNbtType
Gets the NBT type definition of this NBT element.- Returns:
- the element type definition
- Mappings:
Namespace Name Mixin selector official bLny;b()Loa;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<NbtElement>
-
forgetTypeIfEmpty
private void forgetTypeIfEmpty()- Mappings:
Namespace Name Mixin selector official fLnm;f()Vintermediary method_17809Lnet/minecraft/class_2499;method_17809()Vnamed forgetTypeIfEmptyLnet/minecraft/nbt/NbtList;forgetTypeIfEmpty()V
-
remove
- Specified by:
removein interfaceList<NbtElement>- Specified by:
removein classAbstractNbtList<NbtElement>- Mappings:
Namespace Name Mixin selector official method_10536Lnm;method_10536(I)Lny;intermediary method_10536Lnet/minecraft/class_2499;method_10536(I)Lnet/minecraft/class_2520;named removeLnet/minecraft/nbt/NbtList;remove(I)Lnet/minecraft/nbt/NbtElement;
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<NbtElement>- Specified by:
isEmptyin interfaceList<NbtElement>- Overrides:
isEmptyin classAbstractCollection<NbtElement>
-
getCompound
- Mappings:
Namespace Name Mixin selector official aLnm;a(I)Lng;intermediary method_10602Lnet/minecraft/class_2499;method_10602(I)Lnet/minecraft/class_2487;named getCompoundLnet/minecraft/nbt/NbtList;getCompound(I)Lnet/minecraft/nbt/NbtCompound;
-
getList
- Mappings:
Namespace Name Mixin selector official bLnm;b(I)Lnm;intermediary method_10603Lnet/minecraft/class_2499;method_10603(I)Lnet/minecraft/class_2499;named getListLnet/minecraft/nbt/NbtList;getList(I)Lnet/minecraft/nbt/NbtList;
-
getShort
public short getShort(int index) - Mappings:
Namespace Name Mixin selector official dLnm;d(I)Sintermediary method_10609Lnet/minecraft/class_2499;method_10609(I)Snamed getShortLnet/minecraft/nbt/NbtList;getShort(I)S
-
getInt
public int getInt(int index) - Mappings:
Namespace Name Mixin selector official eLnm;e(I)Iintermediary method_10600Lnet/minecraft/class_2499;method_10600(I)Inamed getIntLnet/minecraft/nbt/NbtList;getInt(I)I
-
getIntArray
public int[] getIntArray(int index) - Mappings:
Namespace Name Mixin selector official fLnm;f(I)[Iintermediary method_36111Lnet/minecraft/class_2499;method_36111(I)[Inamed getIntArrayLnet/minecraft/nbt/NbtList;getIntArray(I)[I
-
getLongArray
public long[] getLongArray(int index) - Mappings:
Namespace Name Mixin selector official gLnm;g(I)[Jintermediary method_36112Lnet/minecraft/class_2499;method_36112(I)[Jnamed getLongArrayLnet/minecraft/nbt/NbtList;getLongArray(I)[J
-
getDouble
public double getDouble(int index) - Mappings:
Namespace Name Mixin selector official hLnm;h(I)Dintermediary method_10611Lnet/minecraft/class_2499;method_10611(I)Dnamed getDoubleLnet/minecraft/nbt/NbtList;getDouble(I)D
-
getFloat
public float getFloat(int index) - Mappings:
Namespace Name Mixin selector official iLnm;i(I)Fintermediary method_10604Lnet/minecraft/class_2499;method_10604(I)Fnamed getFloatLnet/minecraft/nbt/NbtList;getFloat(I)F
-
getString
- Mappings:
Namespace Name Mixin selector official jLnm;j(I)Ljava/lang/String;intermediary method_10608Lnet/minecraft/class_2499;method_10608(I)Ljava/lang/String;named getStringLnet/minecraft/nbt/NbtList;getString(I)Ljava/lang/String;
-
size
public int size()- Specified by:
sizein interfaceCollection<NbtElement>- Specified by:
sizein interfaceList<NbtElement>- Specified by:
sizein classAbstractCollection<NbtElement>
-
get
- Specified by:
getin interfaceList<NbtElement>- Specified by:
getin classAbstractList<NbtElement>- Mappings:
Namespace Name Mixin selector official kLnm;k(I)Lny;intermediary method_10534Lnet/minecraft/class_2499;method_10534(I)Lnet/minecraft/class_2520;named getLnet/minecraft/nbt/NbtList;get(I)Lnet/minecraft/nbt/NbtElement;
-
set
- Specified by:
setin interfaceList<NbtElement>- Specified by:
setin classAbstractNbtList<NbtElement>- Mappings:
Namespace Name Mixin selector official method_10606Lnm;method_10606(ILny;)Lny;intermediary method_10606Lnet/minecraft/class_2499;method_10606(ILnet/minecraft/class_2520;)Lnet/minecraft/class_2520;named setLnet/minecraft/nbt/NbtList;set(ILnet/minecraft/nbt/NbtElement;)Lnet/minecraft/nbt/NbtElement;
-
add
- Specified by:
addin interfaceList<NbtElement>- Specified by:
addin classAbstractNbtList<NbtElement>- Mappings:
Namespace Name Mixin selector official method_10531Lnm;method_10531(ILny;)Vintermediary method_10531Lnet/minecraft/class_2499;method_10531(ILnet/minecraft/class_2520;)Vnamed addLnet/minecraft/nbt/NbtList;add(ILnet/minecraft/nbt/NbtElement;)V
-
setElement
- Specified by:
setElementin classAbstractNbtList<NbtElement>- Mappings:
Namespace Name Mixin selector official aLnf;a(ILny;)Zintermediary method_10535Lnet/minecraft/class_2483;method_10535(ILnet/minecraft/class_2520;)Znamed setElementLnet/minecraft/nbt/AbstractNbtList;setElement(ILnet/minecraft/nbt/NbtElement;)Z
-
addElement
- Specified by:
addElementin classAbstractNbtList<NbtElement>- Mappings:
Namespace Name Mixin selector official bLnf;b(ILny;)Zintermediary method_10533Lnet/minecraft/class_2483;method_10533(ILnet/minecraft/class_2520;)Znamed addElementLnet/minecraft/nbt/AbstractNbtList;addElement(ILnet/minecraft/nbt/NbtElement;)Z
-
canAdd
- Mappings:
Namespace Name Mixin selector official aLnm;a(Lny;)Zintermediary method_10605Lnet/minecraft/class_2499;method_10605(Lnet/minecraft/class_2520;)Znamed canAddLnet/minecraft/nbt/NbtList;canAdd(Lnet/minecraft/nbt/NbtElement;)Z
-
copy
Description copied from interface:NbtElementCopies this NBT element.- Returns:
- the copied element
- Mappings:
Namespace Name Mixin selector official dLnm;d()Lnm;intermediary method_10612Lnet/minecraft/class_2499;method_10612()Lnet/minecraft/class_2499;named copyLnet/minecraft/nbt/NbtList;copy()Lnet/minecraft/nbt/NbtList;
-
equals
- Specified by:
equalsin interfaceCollection<NbtElement>- Specified by:
equalsin interfaceList<NbtElement>- Overrides:
equalsin classAbstractList<NbtElement>- Mappings:
Namespace Name Mixin selector official equalsLnm;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_2499;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/nbt/NbtList;equals(Ljava/lang/Object;)Z
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<NbtElement>- Specified by:
hashCodein interfaceList<NbtElement>- Overrides:
hashCodein classAbstractList<NbtElement>
-
accept
- Mappings:
Namespace Name Mixin selector official aLny;a(Loc;)Vintermediary method_32289Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)Vnamed acceptLnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
-
getHeldType
public byte getHeldType()Gets the type of element that this list holds.- Specified by:
getHeldTypein classAbstractNbtList<NbtElement>- Returns:
- the type of element that this list holds
- Mappings:
Namespace Name Mixin selector official eLnf;e()Bintermediary method_10601Lnet/minecraft/class_2483;method_10601()Bnamed getHeldTypeLnet/minecraft/nbt/AbstractNbtList;getHeldType()B
-
clear
public void clear()- Specified by:
clearin interfaceCollection<NbtElement>- Specified by:
clearin interfaceList<NbtElement>- Overrides:
clearin classAbstractList<NbtElement>
-