monrovia.server.core
Class GameDataImpl.MapDataImpl

java.lang.Object
  |
  +--monrovia.server.core.GameDataImpl.MapDataImpl
All Implemented Interfaces:
GameDataStorage.MapData
Enclosing class:
GameDataImpl

public class GameDataImpl.MapDataImpl
extends java.lang.Object
implements GameDataStorage.MapData


Constructor Summary
GameDataImpl.MapDataImpl(MapArea pMapArea)
           
 
Method Summary
 void addAzoic(int pAzoicID, int pX, int pY)
          Place an azoic to the map.
 void addGround(int pGroundID, int pX, int pY)
          Place a ground to the map.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameDataImpl.MapDataImpl

public GameDataImpl.MapDataImpl(MapArea pMapArea)
Method Detail

addGround

public void addGround(int pGroundID,
                      int pX,
                      int pY)
               throws StorageException
Description copied from interface: GameDataStorage.MapData
Place a ground to the map.

Specified by:
addGround in interface GameDataStorage.MapData
Following copied from interface: monrovia.server.core.GameDataStorage.MapData
Parameters:
pGroundID - The id of the ground
pX - Position in x-axis
pY - Position in y-axis

addAzoic

public void addAzoic(int pAzoicID,
                     int pX,
                     int pY)
              throws StorageException
Description copied from interface: GameDataStorage.MapData
Place an azoic to the map.

Specified by:
addAzoic in interface GameDataStorage.MapData
Following copied from interface: monrovia.server.core.GameDataStorage.MapData
Parameters:
pAzoicID - The id of the azoic
pX - Position in x-axis
pY - Position in y-axis