Class Log.RegisterObject

java.lang.Object
zombie.world.logger.Log.BaseLog
zombie.world.logger.Log.RegisterObject
Enclosing class:
Log

public static class Log.RegisterObject
extends Log.BaseLog
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected int ID  
    protected java.lang.String objectName  

    Fields inherited from class zombie.world.logger.Log.BaseLog

    ignoreSaveCheck
  • Constructor Summary

    Constructors
    Constructor Description
    RegisterObject​(java.lang.String string, int int1)  
  • 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

    • objectName

      protected final java.lang.String objectName
    • ID

      protected final int ID
  • Constructor Details

    • RegisterObject

      public RegisterObject​(java.lang.String string, int int1)
  • Method Details

    • saveAsText

      public void saveAsText​(java.io.FileWriter fileWriter, java.lang.String string) throws java.io.IOException
      Throws:
      java.io.IOException