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 | Interface and Description |
---|---|
interface |
ReadWriteNBTCompoundList |
interface |
ReadWriteNBTList<T> |
Modifier and Type | Method and Description |
---|---|
ReadableNBTList<ReadWriteNBT> |
ReadableNBT.getCompoundList(String name) |
ReadableNBTList<Double> |
ReadableNBT.getDoubleList(String name) |
ReadableNBTList<Float> |
ReadableNBT.getFloatList(String name) |
ReadableNBTList<int[]> |
ReadableNBT.getIntArrayList(String name) |
ReadableNBTList<Integer> |
ReadableNBT.getIntegerList(String name) |
ReadableNBTList<Long> |
ReadableNBT.getLongList(String name) |
ReadableNBTList<String> |
ReadableNBT.getStringList(String name) |
ReadableNBTList<UUID> |
ReadableNBT.getUUIDList(String name) |
Copyright © 2015–2024 tr7zw. All rights reserved.