Package zombie.iso
Class WorldReuserThread
java.lang.Object
zombie.iso.WorldReuserThread
public final class WorldReuserThread
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description booleanfinishedstatic WorldReuserThreadinstance -
Constructor Summary
Constructors Constructor Description WorldReuserThread() -
Method Summary
Modifier and Type Method Description voidaddReuseChunk(IsoChunk chunk)voidreconcileReuseObjects()voidreuseGridSquares(IsoChunk chunk)voidrun()voidtestReuseChunk()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
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
-