Creates a new list tag
Creates a copy of specified list tag
Removes all the tags from the compound tags
NBT tag of byte type by its index
NBT tag of compound type by its index. Note that a copy of existing compound tag is created so you cannot edit it directly. Use setCompoundTag method to apply changes or use CompoundTag.getCompoundTagNoClone to edit it directly
directly editable NBT tag of byte type by its index. Don't save reference for future usage since they get destroyed when the parent object is destroyed
NBT tag of double type by its index
NBT tag of float type by its index
NBT tag of 32-bit integer type by its index
NBT tag of 64-bit integer type by its index
NBT tag of list type by its index. Note that a copy of existing list tag is created so you cannot edit it directly. Use setCompoundTag method to apply changes or use CompoundTag.getListTagNoClone to edit it directly
directly editable NBT tag of byte type by its index. Don't save reference for future usage since they get destroyed when the parent object is destroyed
NBT tag of short type by its index
NBT tag of string type by its index
value type for the specified index. One of the Native.NbtDataType constants
count of the tags in the list tag
Puts value of byte type into list tag
Puts value of compound type into list tag
Puts value of double type into list tag
Puts value of float type into list tag
Puts value of 32-bit integer type into list tag
Puts value of 64-bit integer type into list tag
Puts value of list type into list tag
Puts value of short type into list tag
Puts value of string type into list tag
Converts list tag to JavaScript object for easier reading
valid JavaScript representation of list tag
Generated using TypeDoc
List tags represent NBT array-like indexed data structure. Its values may be of any type, so check the type before calling the appropriate getter