Class DictionaryScriptInfo<T extends BaseScriptObject>
java.lang.Object
zombie.world.DictionaryScriptInfo<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DictionaryScriptInfo
<T> copy()
getName()
short
long
boolean
isLoaded()
protected void
load
(ByteBuffer byteBuffer, int var2) protected void
save
(ByteBuffer byteBuffer) protected void
saveAsText
(FileWriter fileWriter, String string)
-
Field Details
-
script
-
name
-
registryID
protected short registryID -
version
protected long version -
isLoaded
protected boolean isLoaded
-
-
Constructor Details
-
DictionaryScriptInfo
public DictionaryScriptInfo()
-
-
Method Details
-
getScript
-
getName
-
getRegistryID
public short getRegistryID() -
getVersion
public long getVersion() -
isLoaded
public boolean isLoaded() -
copy
-
saveAsText
- Throws:
IOException
-
save
-
load
-