Package zombie.world
Class ItemInfo
java.lang.Object
zombie.world.ItemInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidgetModID()shortbooleanbooleanisLoaded()booleanisModded()booleanbooleanbooleanisValid()protected voidload(ByteBuffer byteBuffer, int int1, List list, List list2) protected voidsave(ByteBuffer byteBuffer, List list, List list2) protected voidsaveAsText(FileWriter fileWriter, String string) ToString()
-
Field Details
-
itemName
-
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
-
scriptItem
-
-
Constructor Details
-
ItemInfo
public ItemInfo()
-
-
Method Details
-
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() -
getScriptItem
-
getModOverrides
-
copy
-
isValid
public boolean isValid() -
DebugPrint
public void DebugPrint() -
GetDebugString
-
ToString
-
saveAsText
- Throws:
IOException
-
save
-
load
-