components
Class SquareFactory
java.lang.Object
components.GameObjectFactory<SquareBumper>
components.SquareFactory
public class SquareFactory
- extends GameObjectFactory<SquareBumper>
a SquareFactory is an immutable object that creates cube-shaped bumpers and extends GameObjectFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SquareFactory
public SquareFactory()
newInstance
public SquareBumper newInstance(Map<String,String> p,
GameSpace g)
- Specified by:
newInstance in class GameObjectFactory<SquareBumper>