Class DictionaryInfo<T extends DictionaryInfo<T>>
java.lang.Object
zombie.world.DictionaryInfo<T>
- Direct Known Subclasses:
EntityInfo
,ItemInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GameEntityScript
protected boolean
protected String
protected boolean
protected boolean
protected String
protected String
protected String
protected boolean
protected short
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract T
copy()
protected void
copyFrom
(DictionaryInfo<T> dictionaryInfo0) void
final GameEntityScript
abstract String
getModID()
getName()
short
boolean
boolean
isLoaded()
boolean
isModded()
boolean
boolean
boolean
isValid()
protected void
protected void
protected void
saveAsText
(FileWriter fileWriter, String string0) ToString()
-
Field Details
-
name
-
moduleName
-
fullType
-
registryID
protected short registryID -
existsAsVanilla
protected boolean existsAsVanilla -
isModded
protected boolean isModded -
modID
-
obsolete
protected boolean obsolete -
removed
protected boolean removed -
isLoaded
protected boolean isLoaded -
modOverrides
-
entityScript
-
-
Constructor Details
-
DictionaryInfo
public DictionaryInfo()
-
-
Method Details
-
getInfoType
-
getName
-
getFullType
-
getRegistryID
public short getRegistryID() -
isExistsAsVanilla
public boolean isExistsAsVanilla() -
isModded
public boolean isModded() -
getModID
-
isObsolete
public boolean isObsolete() -
isRemoved
public boolean isRemoved() -
isLoaded
public boolean isLoaded() -
getGameEntityScript
-
getModOverrides
-
copy
-
copyFrom
-
isValid
public boolean isValid() -
DebugPrint
public void DebugPrint() -
GetDebugString
-
ToString
-
saveAsText
- Throws:
IOException
-
save
-
load
-