public class NbtList<E>
extends java.util.AbstractList<E>
| Constructor and Description |
|---|
NbtList(NbtType<E> type,
java.util.Collection<E> collection) |
NbtList(NbtType<E> tagClass,
E... array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
E |
get(int index) |
NbtType<E> |
getType() |
int |
hashCode() |
int |
size() |
java.lang.String |
toString() |
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final NbtList<java.lang.Void> EMPTY