Class NBTContainer
- java.lang.Object
-
- com.massivecraft.factions.zcore.nbtapi.NBTCompound
-
- com.massivecraft.factions.zcore.nbtapi.NBTContainer
-
public class NBTContainer extends NBTCompound
-
-
Constructor Summary
Constructors Modifier Constructor Description NBTContainer()protectedNBTContainer(java.lang.Object nbt)NBTContainer(java.lang.String nbtString)
-
Method Summary
Modifier and Type Method Description protected java.lang.ObjectgetCompound()protected voidsetCompound(java.lang.Object tag)-
Methods inherited from class com.massivecraft.factions.zcore.nbtapi.NBTCompound
addCompound, asNBTString, getBoolean, getByte, getByteArray, getCompound, getContent, getDouble, getFloat, getIntArray, getInteger, getKeys, getList, getLong, getName, getObject, getParent, getShort, getString, getType, hasKey, mergeCompound, removeKey, set, setBoolean, setByte, setByteArray, setDouble, setFloat, setIntArray, setInteger, setLong, setObject, setShort, setString, toString, toString
-
-
-
-
Method Detail
-
getCompound
protected java.lang.Object getCompound()
- Overrides:
getCompoundin classNBTCompound
-
setCompound
protected void setCompound(java.lang.Object tag)
- Overrides:
setCompoundin classNBTCompound
-
-