monrovia.server.platform
Class Azoic

java.lang.Object
  |
  +--monrovia.server.platform.GameObject
        |
        +--monrovia.server.platform.Azoic

public class Azoic
extends GameObject

The abstract base class of azoic (lifeless) things in the game.


Constructor Summary
Azoic()
          Constructor.
 
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.
 byte[] getIcon()
           
 int getIconID()
           
 
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

Azoic

public Azoic()
Constructor.
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.

getIcon

public byte[] getIcon()

getIconID

public int getIconID()