rle.core.board
Class Monster

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.core.board.Thing
          extended by rle.core.board.Creature
              extended by rle.core.board.Monster
All Implemented Interfaces:
java.lang.Cloneable, RuntimeDataListener, PlugIn

public class Monster
extends Creature

A Monster.Note that a Monster can be configured by information from the Variant Manager because it implements PlugIn.


Field Summary
 
Fields inherited from class rle.core.board.Creature
ai, energy, itemContainers
 
Fields inherited from class rle.core.board.Thing
attributes, data, enclosed, enclosing, locator, temporaryCharms
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
Monster()
           
 
Method Summary
 void setConfig(InfoView i)
          Set the configuring InfoView.
 
Methods inherited from class rle.core.board.Creature
addItemContainer, getAi, getEnergy, getItemContainer, itemContainerKeys, removeItemContainer, setAi, setEnergy
 
Methods inherited from class rle.core.board.Thing
addThingListener, attributeKeySet, attributeMap, checkAttribute, clone, dataChange, enclosingObject, fireLocationChange, getAttribute, getId, getRuntimeData, getSize, getTemporaryCharm, locator, putAttribute, putTemporaryCharm, removeAttribute, removeTemporaryCharm, removeThingListener, setEnclosingObject, setRuntimeData, setSize, temporaryCharmKeySet, toString
 
Methods inherited from class rle.core.vm.PlugInBase
config, getContext, getParameters, paramMap, setParameters
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Monster

public Monster()
Method Detail

setConfig

public void setConfig(InfoView i)
Description copied from interface: PlugIn
Set the configuring InfoView.

Specified by:
setConfig in interface PlugIn
Overrides:
setConfig in class Thing