NBTList.NBTIterator, NBTList.NBTSubList| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object element) |
boolean |
addAll(Collection<?> c) |
boolean |
addAll(int index,
Collection<?> c) |
Object |
get(int index) |
NBTList.NBTIterator |
iterator() |
NBTList.NBTIterator |
listIterator(int index) |
Object |
remove(int index) |
Object |
set(int index,
Object element) |
int |
size() |
NBTList.NBTSubList |
subList(int fromIndex,
int toIndex) |
add, clear, clone, contains, containsAll, equals, forNBT, forNBTCopy, getHandle, getHandleCopy, getHandleList, getType, indexOf, isEmpty, lastIndexOf, listIterator, remove, removeAll, retainAll, toArray, toArray, toArrayList, toCollection, toList, toStringgetClass, hashCode, notify, notifyAll, wait, wait, waithashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic Object get(int index)
public int size()
public void add(int index,
Object element)
public Object remove(int index)
public boolean addAll(Collection<?> c)
public boolean addAll(int index,
Collection<?> c)
public NBTList.NBTIterator iterator()
public NBTList.NBTIterator listIterator(int index)
listIterator in interface List<Object>listIterator in class NBTListCopyright © 2017. All rights reserved.