rle.simple.action
Class TrapAction

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.simple.action.TrapAction
All Implemented Interfaces:
ThingListener, RuntimeDataListener, PlugIn

public class TrapAction
extends PlugInBase
implements ThingListener

Damages players entering a location.


Field Summary
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
TrapAction()
           
 
Method Summary
 void dataChange(RuntimeDataEvent event)
           
 void locationChange(ThingMoveEvent event)
          We should basically be listening to the player and examining each terrain stepped on for actions.
 
Methods inherited from class rle.core.vm.PlugInBase
config, getContext, getParameters, paramMap, setConfig, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrapAction

public TrapAction()
Method Detail

dataChange

public void dataChange(RuntimeDataEvent event)
Specified by:
dataChange in interface RuntimeDataListener

locationChange

public void locationChange(ThingMoveEvent event)
We should basically be listening to the player and examining each terrain stepped on for actions.

Specified by:
locationChange in interface ThingListener