Package zombie.world
Class ItemInfo
java.lang.Object
zombie.world.ItemInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
getModID()
short
boolean
boolean
isLoaded()
boolean
isModded()
boolean
boolean
boolean
isValid()
protected void
load
(ByteBuffer byteBuffer, int int1, List list, List list2) protected void
save
(ByteBuffer byteBuffer, List list, List list2) protected void
saveAsText
(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
-