public class NBTIntegerList extends NBTList<Integer>
listObject
Modifier | Constructor and Description |
---|---|
protected |
NBTIntegerList(NBTCompound owner,
String name,
NBTType type,
Object list) |
Modifier and Type | Method and Description |
---|---|
protected Object |
asTag(Integer object) |
Integer |
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 NBTIntegerList(NBTCompound owner, String name, NBTType type, Object list)
public Integer get(int index)
ReadableNBTList
index
- The id of the object to get.Copyright © 2015–2024 tr7zw. All rights reserved.