Package zombie.iso.areas.isoregion
Class IsoRegionWorker
java.lang.Object
zombie.iso.areas.isoregion.IsoRegionWorker
public final class IsoRegionWorker
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.concurrent.atomic.AtomicBoolean
isRequestingBufferSwap
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsoRegionWorker()
-
Method Summary
Modifier and Type Method Description protected void
addDebugResetJob()
protected void
addSquareChangedJob(int int1, int int2, int int3, boolean boolean1, byte byte1)
protected void
ApplyChunkChanges()
protected void
ApplyChunkChanges(boolean boolean1)
protected void
create()
protected void
EnqueueJob(RegionJob regionJob)
protected DataRoot
getRootBuffer()
protected void
load()
protected void
readClientRequestFullUpdatePacket(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection)
protected void
readServerUpdatePacket(java.nio.ByteBuffer byteBuffer)
protected void
readSurroundingChunks(int int1, int int2, int int3, boolean boolean1)
protected void
readSurroundingChunks(int int1, int int2, int int3, boolean boolean1, boolean boolean2)
protected void
setRootBuffer(DataRoot dataRoot)
protected void
stop()
protected void
update()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
isRequestingBufferSwap
protected static final java.util.concurrent.atomic.AtomicBoolean isRequestingBufferSwap
-
-
Constructor Details
-
IsoRegionWorker
protected IsoRegionWorker()
-
-
Method Details
-
create
protected void create() -
stop
protected void stop() -
EnqueueJob
-
ApplyChunkChanges
protected void ApplyChunkChanges() -
ApplyChunkChanges
protected void ApplyChunkChanges(boolean boolean1) -
getRootBuffer
-
setRootBuffer
-
load
protected void load() -
update
protected void update() -
readServerUpdatePacket
protected void readServerUpdatePacket(java.nio.ByteBuffer byteBuffer) -
readClientRequestFullUpdatePacket
protected void readClientRequestFullUpdatePacket(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection) -
addDebugResetJob
protected void addDebugResetJob() -
addSquareChangedJob
protected void addSquareChangedJob(int int1, int int2, int int3, boolean boolean1, byte byte1) -
readSurroundingChunks
protected void readSurroundingChunks(int int1, int int2, int int3, boolean boolean1) -
readSurroundingChunks
protected void readSurroundingChunks(int int1, int int2, int int3, boolean boolean1, boolean boolean2)
-