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
futureModifier | 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, 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, writeCompound
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hasTag
public NBTList<?> getListParent()
protected boolean isClosed()
isClosed
in class NBTCompound
protected boolean isReadOnly()
isReadOnly
in class NBTCompound
public Object getCompound()
getCompound
in class NBTCompound
protected void setCompound(Object compound)
setCompound
in class NBTCompound
protected void saveCompound()
saveCompound
in class NBTCompound
Copyright © 2015–2024 tr7zw. All rights reserved.