Class ListTag<T extends Tag>

java.lang.Object
meteordevelopment.nbt.tags.Tag
meteordevelopment.nbt.tags.ListTag<T>
All Implemented Interfaces:
Cloneable, Comparable<ListTag<T>>, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

public class ListTag<T extends Tag> extends Tag implements List<T>, Comparable<ListTag<T>>, Iterable<T>