Package zombie.world.logger
Class Log.ModIDChangedItem
java.lang.Object
zombie.world.logger.Log.BaseLog
zombie.world.logger.Log.BaseItemLog
zombie.world.logger.Log.ModIDChangedItem
- Enclosing class:
- Log
public static class Log.ModIDChangedItem extends Log.BaseItemLog
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
newModID
protected java.lang.String
oldModID
Fields inherited from class zombie.world.logger.Log.BaseItemLog
itemInfo
Fields inherited from class zombie.world.logger.Log.BaseLog
ignoreSaveCheck
-
Constructor Summary
Constructors Constructor Description ModIDChangedItem(ItemInfo itemInfo, java.lang.String string, java.lang.String string2)
-
Method Summary
Modifier and Type Method Description void
saveAsText(java.io.FileWriter fileWriter, java.lang.String string)
Methods inherited from class zombie.world.logger.Log.BaseItemLog
getItemString
Methods inherited from class zombie.world.logger.Log.BaseLog
isIgnoreSaveCheck
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
oldModID
protected final java.lang.String oldModID -
newModID
protected final java.lang.String newModID
-
-
Constructor Details
-
ModIDChangedItem
-
-
Method Details
-
saveAsText
public void saveAsText(java.io.FileWriter fileWriter, java.lang.String string) throws java.io.IOException- Throws:
java.io.IOException
-