Class ServerMap
java.lang.Object
zombie.network.ServerMap
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
static final int
static final int
static ServerMap
long
static OnceEvery
static OnceEvery
final IsoObjectID
<IsoZombie> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
characterIn
(int wx, int wy, int chunkGridWidth) void
void
clearSoftResetChunk
(IsoChunk chunk) getCell
(int x, int y) getChunk
(int wx, int wy) getGridSquare
(int x, int y, int z) static IsoGridSquare
getGridSquare
(Vector3 vector3) int
getMaxX()
int
getMaxY()
int
getMinX()
int
getMinY()
short
void
importantAreaIn
(int int1, int int3) void
init
(IsoMetaGrid metaGrid) boolean
isInvalidCell
(int int1, int int0) void
loadOrKeepRelevent
(int x, int y) void
physicsCheck
(int x, int y) void
void
void
void
void
void
void
SaveAll()
void
setGridSquare
(int x, int y, int z, IsoGridSquare sq) void
setSoftResetChunk
(IsoChunk chunk) int
toServerCellX
(int x) int
toServerCellY
(int y) int
toWorldCellX
(int x) int
toWorldCellY
(int y)
-
Field Details
-
bUpdateLOSThisFrame
public boolean bUpdateLOSThisFrame -
LOSTick
-
TimeTick
-
CellSize
public static final int CellSize- See Also:
-
ChunksPerCellWidth
public static final int ChunksPerCellWidth- See Also:
-
LastSaved
public long LastSaved -
ZombieMap
-
bQueuedSaveAll
public boolean bQueuedSaveAll -
bQueuedQuit
public boolean bQueuedQuit -
instance
-
cellMap
-
LoadedCells
-
ReleventNow
-
-
Constructor Details
-
ServerMap
public ServerMap()
-
-
Method Details
-
getUniqueZombieId
public short getUniqueZombieId() -
SaveAll
public void SaveAll() -
QueueSaveAll
public void QueueSaveAll() -
QueueQuit
public void QueueQuit() -
toServerCellX
public int toServerCellX(int x) -
toServerCellY
public int toServerCellY(int y) -
toWorldCellX
public int toWorldCellX(int x) -
toWorldCellY
public int toWorldCellY(int y) -
getMaxX
public int getMaxX() -
getMaxY
public int getMaxY() -
getMinX
public int getMinX() -
getMinY
public int getMinY() -
init
-
getCell
-
isInvalidCell
public boolean isInvalidCell(int int1, int int0) -
loadOrKeepRelevent
public void loadOrKeepRelevent(int x, int y) -
characterIn
-
characterIn
public void characterIn(int wx, int wy, int chunkGridWidth) -
importantAreaIn
public void importantAreaIn(int int1, int int3) -
QueuedQuit
public void QueuedQuit() -
QueuedSaveAll
public void QueuedSaveAll() -
preupdate
public void preupdate() -
postupdate
public void postupdate() -
physicsCheck
public void physicsCheck(int x, int y) -
getGridSquare
-
getGridSquare
-
setGridSquare
-
getChunk
-
setSoftResetChunk
-
clearSoftResetChunk
-