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.StringnewModIDprotected java.lang.StringoldModIDFields inherited from class zombie.world.logger.Log.BaseItemLog
itemInfoFields 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 voidsaveAsText(java.io.FileWriter fileWriter, java.lang.String string)Methods inherited from class zombie.world.logger.Log.BaseItemLog
getItemStringMethods inherited from class zombie.world.logger.Log.BaseLog
isIgnoreSaveCheckMethods 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
-