Package zombie.network
Class ServerChunkLoader
java.lang.Object
zombie.network.ServerChunkLoader
public class ServerChunkLoader
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ServerChunkLoader() -
Method Summary
Modifier and Type Method Description voidaddJob(ServerMap.ServerCell cell)voidaddRecalcJob(ServerMap.ServerCell cell)voidaddSaveLoadedJob(IsoChunk chunk)voidaddSaveUnloadedJob(IsoChunk chunk)voidgetLoaded(java.util.ArrayList loaded)voidgetRecalc(java.util.ArrayList loaded)voidquit()voidsaveLater(GameTime gameTime)voidupdateSaved()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServerChunkLoader
public ServerChunkLoader()
-
-
Method Details
-
addJob
-
getLoaded
public void getLoaded(java.util.ArrayList loaded) -
quit
public void quit() -
addSaveUnloadedJob
-
addSaveLoadedJob
-
saveLater
-
updateSaved
public void updateSaved() -
addRecalcJob
-
getRecalc
public void getRecalc(java.util.ArrayList loaded)
-