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
-
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 -
chunks
-
-
Constructor Details
-
ServerCell
public ServerCell()
-
-
Method Details
-
Load2
public boolean Load2() -
RecalcAll2
public void RecalcAll2() -
Unload
public void Unload() -
Save
public void Save()
-