Package zombie.iso
Class WorldStreamer
java.lang.Object
zombie.iso.WorldStreamer
public class WorldStreamer
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
bFinished
boolean
busy
static WorldStreamer
instance
java.util.Stack
jobList
java.lang.Thread
worldStreamer
-
Constructor Summary
Constructors Constructor Description WorldStreamer()
-
Method Summary
Modifier and Type Method Description void
addJob(IsoChunk chunk, int x, int y, int wx, int wy, boolean bDoServerRequest)
void
addJobConvert(IsoChunk chunk, int x, int y, int wx, int wy)
void
addJobInstant(IsoChunk chunk, int x, int y, int wx, int wy)
void
addJobWipe(IsoChunk chunk, int x, int y, int wx, int wy)
void
create()
void
DoChunk(IsoChunk chunk, boolean bRequireLock)
void
DoChunkAlways(IsoChunk chunk, boolean bRequireLock)
void
quit()
void
sendZipRequest()
void
stop()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
worldStreamer
public java.lang.Thread worldStreamer -
bFinished
public boolean bFinished -
jobList
public final java.util.Stack jobList -
busy
public boolean busy
-
-
Constructor Details
-
WorldStreamer
public WorldStreamer()
-
-
Method Details
-
create
public void create() -
addJob
-
sendZipRequest
public void sendZipRequest() -
DoChunk
- Throws:
java.lang.InterruptedException
-
DoChunkAlways
public void DoChunkAlways(IsoChunk chunk, boolean bRequireLock) throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
addJobInstant
-
addJobConvert
-
addJobWipe
-
stop
public void stop() -
quit
public void quit()
-