public class NBTIntArrayList extends NBTList<int[]>
listObject
Modifier | Constructor and Description |
---|---|
protected |
NBTIntArrayList(NBTCompound owner,
String name,
NBTType type,
Object list) |
Modifier and Type | Method and Description |
---|---|
protected Object |
asTag(int[] object) |
int[] |
get(int index)
Get the object with the given id.
|
add, add, addAll, addAll, clear, contains, containsAll, getName, getParent, getType, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, retainAll, save, set, size, subList, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, stream
toListCopy
protected NBTIntArrayList(NBTCompound owner, String name, NBTType type, Object list)
public int[] get(int index)
ReadableNBTList
index
- The id of the object to get.Copyright © 2015–2024 tr7zw. All rights reserved.