rle.simple.action
Class MiscAction

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.simple.action.MiscAction
All Implemented Interfaces:
PlugIn

public class MiscAction
extends PlugInBase

Some generally useful actions.


Field Summary
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
MiscAction()
           
 
Method Summary
 void wizardLight(Board board, Player p, Cause c)
          Fully light and memorize the level.
 
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

MiscAction

public MiscAction()
Method Detail

wizardLight

public void wizardLight(Board board,
                        Player p,
                        Cause c)
Fully light and memorize the level. Note that the Player is required because memorization data is stored there, and there might be more than one player.