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 int1, int int3, int int9) void
characterIn
(IsoPlayer player) void
clearSoftResetChunk
(IsoChunk chunk) getCell
(int int0, int int1) getChunk
(int int1, int int0) getGridSquare
(int int0, int int1, int int2) static IsoGridSquare
getGridSquare
(Vector3 vector) 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 int0, int int1) void
physicsCheck
(int int1, int int3) void
void
void
void
void
void
void
SaveAll()
void
setGridSquare
(int int1, int int3, int int10, IsoGridSquare square) void
setSoftResetChunk
(IsoChunk chunk) int
toServerCellX
(int int0) int
toServerCellY
(int int0) int
toWorldCellX
(int int0) int
toWorldCellY
(int int0)
-
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 int0) -
toServerCellY
public int toServerCellY(int int0) -
toWorldCellX
public int toWorldCellX(int int0) -
toWorldCellY
public int toWorldCellY(int int0) -
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 int0, int int1) -
characterIn
-
characterIn
public void characterIn(int int1, int int3, int int9) -
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 int1, int int3) -
getGridSquare
-
getGridSquare
-
setGridSquare
-
getChunk
-
setSoftResetChunk
-
clearSoftResetChunk
-