Class RegionJob

java.lang.Object
zombie.iso.areas.isoregion.jobs.RegionJob
Direct Known Subclasses:
JobApplyChanges, JobChunkUpdate, JobDebugResetAllData, JobServerSendFullData, JobSquareUpdate

public abstract class RegionJob
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected RegionJob​(RegionJobType regionJobType)  
  • Method Summary

    Modifier and Type Method Description
    RegionJobType getJobType()  
    protected void reset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegionJob

      protected RegionJob​(RegionJobType regionJobType)
  • Method Details

    • reset

      protected void reset()
    • getJobType

      public RegionJobType getJobType()