NBTList
Constructors
Functions
Link copied to clipboard
Appends any provided NBT
tags
to the end of the list.Inserts any provided NBT
tags
into the list at a given index
.Link copied to clipboard
Link copied to clipboard
Iterates over every byte in the list using the provided
action
.Link copied to clipboard
Iterates over every byte array in the list using the provided
action
.Link copied to clipboard
Iterates over every compound in the list using the provided
action
.Link copied to clipboard
Iterates over every double in the list using the provided
action
.Link copied to clipboard
Iterates over every float in the list using the provided
action
.Link copied to clipboard
Iterates over every int in the list using the provided
action
.Link copied to clipboard
Iterates over every int array in the list using the provided
action
.Link copied to clipboard
Iterates over every nested list (inside the current list) using the provided
action
.Link copied to clipboard
Iterates over every long in the list using the provided
action
.Link copied to clipboard
Iterates over every long array in the list using the provided
action
.Link copied to clipboard
Consumes every short in the list using the provided
action
.Link copied to clipboard
Iterates over every string in the list using the provided
action
.Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The type of tags stored in the list.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard