rle.simple.monster
Class SimpleMonsterFactory

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

public class SimpleMonsterFactory
extends PlugInBase

Used to create monsters.


Field Summary
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
SimpleMonsterFactory()
           
 
Method Summary
 Monster create(Board d)
          Create an monster with a CreationContext configured for this Board.
 Monster create(CreationContext cc)
           
 
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

SimpleMonsterFactory

public SimpleMonsterFactory()
Method Detail

create

public Monster create(Board d)
Create an monster with a CreationContext configured for this Board.


create

public Monster create(CreationContext cc)