Class ServerMap

java.lang.Object
zombie.network.ServerMap

public class ServerMap extends Object
  • Field Details

  • Constructor Details

    • ServerMap

      public ServerMap()
  • Method Details

    • getUniqueZombieId

      public short getUniqueZombieId()
    • getStartLocation

      public Vector3 getStartLocation(ServerWorldDatabase.LogonResult r)
    • 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

      public void init(IsoMetaGrid metaGrid)
    • getCell

      public ServerMap.ServerCell getCell(int x, int y)
    • isValidCell

      public boolean isValidCell(int x, int y)
    • loadOrKeepRelevent

      public void loadOrKeepRelevent(int x, int y)
    • characterIn

      public void characterIn(IsoPlayer p)
    • characterIn

      public void characterIn(int wx, int wy, int chunkGridWidth)
    • loadMapChunk

      public void loadMapChunk(int ix, int iy)
    • preupdate

      public void preupdate()
    • postupdate

      public void postupdate()
    • physicsCheck

      public void physicsCheck(int x, int y)
    • saveZoneInsidePlayerInfluence

      public void saveZoneInsidePlayerInfluence(short playerOID)
    • getGridSquare

      public IsoGridSquare getGridSquare(int x, int y, int z)
    • setGridSquare

      public void setGridSquare(int x, int y, int z, IsoGridSquare sq)
    • isInLoaded

      public boolean isInLoaded(float x, float y)
    • getChunk

      public IsoChunk getChunk(int wx, int wy)
    • setSoftResetChunk

      public void setSoftResetChunk(IsoChunk chunk)
    • clearSoftResetChunk

      public void clearSoftResetChunk(IsoChunk chunk)