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