Package zombie.iso
Class WorldReuserThread
java.lang.Object
zombie.iso.WorldReuserThread
public class WorldReuserThread
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
finished
static WorldReuserThread
instance
java.util.Stack
objectsToReuse
java.util.Stack
treesToReuse
-
Constructor Summary
Constructors Constructor Description WorldReuserThread()
-
Method Summary
Modifier and Type Method Description void
addReuseChunk(IsoChunk chunk)
void
reconcileReuseObjects()
void
reuseGridSquares(IsoChunk chunk)
void
run()
void
testReuseChunk()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
objectsToReuse
public java.util.Stack objectsToReuse -
treesToReuse
public java.util.Stack treesToReuse -
finished
public boolean finished
-
-
Constructor Details
-
WorldReuserThread
public WorldReuserThread()
-
-
Method Details
-
run
public void run() -
reconcileReuseObjects
public void reconcileReuseObjects() -
testReuseChunk
public void testReuseChunk() -
addReuseChunk
-
reuseGridSquares
-