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 void
addJob(ServerMap.ServerCell cell)
void
addRecalcJob(ServerMap.ServerCell cell)
void
addSaveLoadedJob(IsoChunk chunk)
void
addSaveUnloadedJob(IsoChunk chunk)
void
getLoaded(java.util.ArrayList loaded)
void
getRecalc(java.util.ArrayList loaded)
void
quit()
void
saveLater(GameTime gameTime)
void
updateSaved()
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)
-