Package | Description |
---|---|
de.tr7zw.changeme.nbtapi | |
de.tr7zw.changeme.nbtapi.iface |
Modifier and Type | Class and Description |
---|---|
class |
NBTCompoundList
NBTListCompound implementation for NBTLists |
class |
NBTDoubleList
Double implementation for NBTLists
|
class |
NBTFloatList
Float implementation for NBTLists
|
class |
NBTIntArrayList
Integer implementation for NBTLists
|
class |
NBTIntegerList
Integer implementation for NBTLists
|
class |
NBTList<T>
Abstract List implementation for ListCompounds
|
class |
NBTLongList
Long implementation for NBTLists
|
class |
NBTStringList
String implementation for NBTLists
|
class |
NBTUUIDList
Integer implementation for NBTLists
|
Modifier and Type | Method and Description |
---|---|
ReadWriteNBTList<Double> |
ReadWriteNBT.getDoubleList(String name) |
ReadWriteNBTList<Float> |
ReadWriteNBT.getFloatList(String name) |
ReadWriteNBTList<int[]> |
ReadWriteNBT.getIntArrayList(String name) |
ReadWriteNBTList<Integer> |
ReadWriteNBT.getIntegerList(String name) |
ReadWriteNBTList<Long> |
ReadWriteNBT.getLongList(String name) |
ReadWriteNBTList<String> |
ReadWriteNBT.getStringList(String name) |
ReadWriteNBTList<UUID> |
ReadWriteNBT.getUUIDList(String name) |
Copyright © 2015–2024 tr7zw. All rights reserved.