Package | Description |
---|---|
de.tr7zw.changeme.nbtapi |
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 |
NBTLongList
Long implementation for NBTLists
|
class |
NBTStringList
String implementation for NBTLists
|
class |
NBTUUIDList
Integer implementation for NBTLists
|
Modifier and Type | Method and Description |
---|---|
NBTList<Double> |
NBTCompound.getDoubleList(String name) |
NBTList<Float> |
NBTCompound.getFloatList(String name) |
NBTList<int[]> |
NBTCompound.getIntArrayList(String name) |
NBTList<Integer> |
NBTCompound.getIntegerList(String name) |
static <T> NBTList<T> |
NBTReflectionUtil.getList(NBTCompound comp,
String key,
NBTType type,
Class<T> clazz)
Returns the List saved with a given key.
|
NBTList<?> |
NBTListCompound.getListParent() |
NBTList<Long> |
NBTCompound.getLongList(String name) |
NBTList<String> |
NBTCompound.getStringList(String name) |
NBTList<UUID> |
NBTCompound.getUUIDList(String name) |
Constructor and Description |
---|
NBTListCompound(NBTList<?> parent,
Object obj) |
Copyright © 2015–2024 tr7zw. All rights reserved.