components
Class AbsorberFactory

java.lang.Object
  extended by components.GameObjectFactory<Absorber>
      extended by components.AbsorberFactory

public class AbsorberFactory
extends GameObjectFactory<Absorber>

an AbsorberFactory is an immutable object that creates Absorbers


Constructor Summary
AbsorberFactory()
           
 
Method Summary
 Absorber newInstance(Map<String,String> p, GameSpace g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsorberFactory

public AbsorberFactory()
Method Detail

newInstance

public Absorber newInstance(Map<String,String> p,
                            GameSpace g)
Specified by:
newInstance in class GameObjectFactory<Absorber>