Package net.minecraft.nbt
Class NbtList
java.lang.Object
net.minecraft.nbt.NbtElement
net.minecraft.nbt.NbtList
- Mappings:
Namespace Name intermediary net/minecraft/class_202glue class_452server lrclient spnamed net/minecraft/nbt/NbtList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(NbtElement element) get(int index) bytegetType()(package private) voidintsize()toString()(package private) voidwrite(DataOutput output) Methods inherited from class net.minecraft.nbt.NbtElement
createTypeFromId, getKey, getTypeNameFromId, readTag, setKey, writeTag
-
Field Details
-
value
- Mappings:
Namespace Name Mixin selector intermediary field_1659Lnet/minecraft/class_202;field_1659:Ljava/util/List;glue field_1822Lclass_452;field_1822:Ljava/util/List;server aLlr;a:Ljava/util/List;client aLsp;a:Ljava/util/List;named valueLnet/minecraft/nbt/NbtList;value:Ljava/util/List;
-
type
private byte type- Mappings:
Namespace Name Mixin selector intermediary field_1660Lnet/minecraft/class_202;field_1660:Bglue field_1823Lclass_452;field_1823:Bserver bLlr;b:Bclient bLsp;b:Bnamed typeLnet/minecraft/nbt/NbtList;type:B
-
-
Constructor Details
-
NbtList
public NbtList()
-
-
Method Details
-
write
- Specified by:
writein classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_631Lnet/minecraft/class_187;method_631(Ljava/io/DataOutput;)Vglue method_904Lclass_211;method_904(Ljava/io/DataOutput;)Vserver aLfo;a(Ljava/io/DataOutput;)Vclient aLij;a(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
read
- Specified by:
readin classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_630Lnet/minecraft/class_187;method_630(Ljava/io/DataInput;)Vglue method_903Lclass_211;method_903(Ljava/io/DataInput;)Vserver aLfo;a(Ljava/io/DataInput;)Vclient aLij;a(Ljava/io/DataInput;)Vnamed readLnet/minecraft/nbt/NbtElement;read(Ljava/io/DataInput;)V
-
getType
public byte getType()- Specified by:
getTypein classNbtElement- Mappings:
Namespace Name Mixin selector intermediary method_629Lnet/minecraft/class_187;method_629()Bglue method_902Lclass_211;method_902()Bserver aLfo;a()Bclient aLij;a()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
toString
-
add
- Mappings:
Namespace Name Mixin selector intermediary method_1397Lnet/minecraft/class_202;method_1397(Lnet/minecraft/class_187;)Vglue method_1664Lclass_452;method_1664(Lclass_211;)Vserver aLlr;a(Lfo;)Vclient aLsp;a(Lij;)Vnamed addLnet/minecraft/nbt/NbtList;add(Lnet/minecraft/nbt/NbtElement;)V
-
get
- Mappings:
Namespace Name Mixin selector intermediary method_1396Lnet/minecraft/class_202;method_1396(I)Lnet/minecraft/class_187;glue method_1663Lclass_452;method_1663(I)Lclass_211;server aLlr;a(I)Lfo;client aLsp;a(I)Lij;named getLnet/minecraft/nbt/NbtList;get(I)Lnet/minecraft/nbt/NbtElement;
-
size
public int size()- Mappings:
Namespace Name Mixin selector intermediary method_1398Lnet/minecraft/class_202;method_1398()Iglue method_1665Lclass_452;method_1665()Iserver cLlr;c()Iclient cLsp;c()Inamed sizeLnet/minecraft/nbt/NbtList;size()I
-