monrovia.server.platform.map
Class ArenaPort

java.lang.Object
  |
  +--monrovia.server.platform.GameObject
        |
        +--monrovia.server.platform.Ground
              |
              +--monrovia.server.platform.map.ArenaPort

public class ArenaPort
extends Ground

Ground object that moves the creature to another map area.


Constructor Summary
ArenaPort()
           
 
Method Summary
 void addParameters(ParameterMap pParameters)
          This method will be called to initialize the parameters.
 void checkParameters(ParameterMap pParameters)
          This method will be called to check the parameters.
 Azoic getAzoic()
           
 boolean isFreeForArrival()
           
 void setCreature(Creature pCreature)
           
 
Methods inherited from class monrovia.server.platform.Ground
getAzoicIconID, getCommand, getCreature, getNextCreature, setAzoic, setCommand, setNextCreature
 
Methods inherited from class monrovia.server.platform.GameObject
addParameter, clearCommandMarks, create, getArea, getCommandMark, getGI, getID, getLocation, getName, getNeededParameters, getOptionalParameters, getParameter, initialize, removeParameter, resetObject, resetParameters, setCommandMark, setParameter, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArenaPort

public ArenaPort()
Method Detail

addParameters

public void addParameters(ParameterMap pParameters)
Description copied from class: GameObject
This method will be called to initialize the parameters.

Overrides:
addParameters in class GameObject
Following copied from class: monrovia.server.platform.GameObject
Parameters:
pParameters - Add the parameters here

checkParameters

public void checkParameters(ParameterMap pParameters)
                     throws StorageException
Description copied from class: GameObject
This method will be called to check the parameters.

Overrides:
checkParameters in class GameObject
Following copied from class: monrovia.server.platform.GameObject
Parameters:
pParameters - Check that the parameters are OK
Throws:
StorageException - Throw this if you find an error.

isFreeForArrival

public boolean isFreeForArrival()
Overrides:
isFreeForArrival in class Ground

getAzoic

public Azoic getAzoic()
Overrides:
getAzoic in class Ground

setCreature

public void setCreature(Creature pCreature)
Overrides:
setCreature in class Ground