Class NbtList

All Implemented Interfaces:
Iterable<NbtElement>, Collection<NbtElement>, List<NbtElement>, NbtElement

public class NbtList
extends AbstractNbtList<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 0 as their held NBT type.