Package zombie.network
Class ServerMap.ServerCell
java.lang.Object
zombie.network.ServerMap.ServerCell
- Enclosing class:
- ServerMap
public static class ServerMap.ServerCell
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
bCancelLoading
boolean
bLoaded
boolean
bLoadingWasCancelled
boolean
bPhysicsCheck
IsoChunk[][]
chunks
int
WX
int
WY
-
Constructor Summary
Constructors Constructor Description ServerCell()
-
Method Summary
Modifier and Type Method Description boolean
Load2()
void
RecalcAll2()
void
Save()
void
Unload()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
WX
public int WX -
WY
public int WY -
bLoaded
public boolean bLoaded -
bPhysicsCheck
public boolean bPhysicsCheck -
chunks
-
bCancelLoading
public boolean bCancelLoading -
bLoadingWasCancelled
public boolean bLoadingWasCancelled
-
-
Constructor Details
-
ServerCell
public ServerCell()
-
-
Method Details
-
Load2
public boolean Load2() -
RecalcAll2
public void RecalcAll2() -
Unload
public void Unload() -
Save
public void Save()
-