Package zombie.iso.areas.isoregion.jobs
Class RegionJobManager
java.lang.Object
zombie.iso.areas.isoregion.jobs.RegionJobManager
public final class RegionJobManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RegionJobManager()
-
Method Summary
Modifier and Type Method Description static JobApplyChanges
allocApplyChanges(boolean boolean1)
static JobChunkUpdate
allocChunkUpdate()
static JobDebugResetAllData
allocDebugResetAllData()
static JobServerSendFullData
allocServerSendFullData(UdpConnection udpConnection)
static JobSquareUpdate
allocSquareUpdate(int int1, int int2, int int3, byte byte1)
static void
release(RegionJob regionJob)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RegionJobManager
public RegionJobManager()
-
-
Method Details
-
allocSquareUpdate
-
allocChunkUpdate
-
allocApplyChanges
-
allocServerSendFullData
-
allocDebugResetAllData
-
release
-