public class NBTListCompound extends NBTCompound
NBTCompound for inside
NBTCompoundList This Compound implementation is missing the ability
for further subCompounds and Lists. This class probably will change in the
future| Modifier | Constructor and Description |
|---|---|
protected |
NBTListCompound(NBTList<?> parent,
Object obj) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompound() |
NBTList<?> |
getListParent() |
protected boolean |
isClosed() |
protected boolean |
isReadOnly() |
protected void |
saveCompound() |
protected void |
setCompound(Object compound) |
addCompound, asNBTString, clearNBT, equals, extractDifference, get, getBoolean, getByte, getByteArray, getCompound, getCompoundList, getDouble, getDoubleList, getEnum, getFloat, getFloatList, getIntArray, getIntArrayList, getInteger, getIntegerList, getItemStack, getItemStackArray, getKeys, getListType, getLong, getLongArray, getLongList, getName, getObject, getOrCreateCompound, getOrDefault, getOrNull, getParent, getReadLock, getResolvedObject, getShort, getString, getStringList, getType, getUUID, getUUIDList, getWriteLock, hashCode, hasKey, hasTag, mergeCompound, mergeCompound, removeKey, resolveCompound, resolveOrCreateCompound, resolveOrDefault, resolveOrNull, set, set, setBoolean, setByte, setByteArray, setClosed, setDouble, setEnum, setFloat, setIntArray, setInteger, setItemStack, setItemStackArray, setLong, setLongArray, setObject, setResolvedObject, setShort, setString, setUUID, toString, toString, writeCompoundclone, finalize, getClass, notify, notifyAll, wait, wait, waithasTagpublic NBTList<?> getListParent()
protected boolean isClosed()
isClosed in class NBTCompoundprotected boolean isReadOnly()
isReadOnly in class NBTCompoundpublic Object getCompound()
getCompound in class NBTCompoundprotected void setCompound(Object compound)
setCompound in class NBTCompoundprotected void saveCompound()
saveCompound in class NBTCompoundCopyright © 2015–2025 tr7zw. All rights reserved.