public class NBTFile extends NBTCompound
| Constructor and Description |
|---|
NBTFile(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getCompound() |
java.io.File |
getFile() |
void |
save() |
protected void |
setCompound(java.lang.Object compound) |
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, toStringpublic NBTFile(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic void save()
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getFile()
protected java.lang.Object getCompound()
getCompound in class NBTCompoundprotected void setCompound(java.lang.Object compound)
setCompound in class NBTCompound