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 serverCell)
void
addRecalcJob(ServerMap.ServerCell serverCell)
void
addSaveLoadedJob(IsoChunk chunk)
void
addSaveUnloadedJob(IsoChunk chunk)
void
getLoaded(java.util.ArrayList arrayList)
void
getRecalc(java.util.ArrayList arrayList)
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 arrayList) -
quit
public void quit() -
addSaveUnloadedJob
-
addSaveLoadedJob
-
saveLater
-
updateSaved
public void updateSaved() -
addRecalcJob
-
getRecalc
public void getRecalc(java.util.ArrayList arrayList)
-