Package zombie.world.logger
Class Log.Info
java.lang.Object
zombie.world.logger.Log.BaseLog
zombie.world.logger.Log.Info
- Enclosing class:
- Log
public static class Log.Info extends Log.BaseLog
-
Field Summary
Fields Modifier and Type Field Description boolean
HasErrored
protected java.util.List
mods
protected java.lang.String
saveWorld
protected java.lang.String
timeStamp
protected int
worldVersion
Fields inherited from class zombie.world.logger.Log.BaseLog
ignoreSaveCheck
-
Constructor Summary
Constructors Constructor Description Info(java.lang.String string, java.lang.String string2, int int1, java.util.List list)
-
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.BaseLog
isIgnoreSaveCheck
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
mods
protected final java.util.List mods -
timeStamp
protected final java.lang.String timeStamp -
saveWorld
protected final java.lang.String saveWorld -
worldVersion
protected final int worldVersion -
HasErrored
public boolean HasErrored
-
-
Constructor Details
-
Info
public Info(java.lang.String string, java.lang.String string2, int int1, java.util.List list)
-
-
Method Details
-
saveAsText
public void saveAsText(java.io.FileWriter fileWriter, java.lang.String string) throws java.io.IOException- Throws:
java.io.IOException
-