monrovia.server.core
Class GameInterface

java.lang.Object
  |
  +--monrovia.server.core.GameInterface

public class GameInterface
extends java.lang.Object

This class is used as interface to the game implementation


Method Summary
 Command getCommand(java.lang.String pName)
           
 Ground getGroundAt(java.lang.String pArea, IntPoint pLoc)
           
static GameInterface getInstance()
           
 IntPoint getMapAreaSize(java.lang.String pArea)
           
 boolean isMapArea(java.lang.String pArea)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GameInterface getInstance()

isMapArea

public boolean isMapArea(java.lang.String pArea)

getMapAreaSize

public IntPoint getMapAreaSize(java.lang.String pArea)

getGroundAt

public Ground getGroundAt(java.lang.String pArea,
                          IntPoint pLoc)

getCommand

public Command getCommand(java.lang.String pName)