public class Configuration extends Object
Modifier and Type | Field and Description |
---|---|
protected EngineFactory<Integer> |
downFramesRemaining |
protected EngineFactory<Integer> |
respawnFramesRemaining |
protected EngineFactory<ShapeSource> |
shapes |
Constructor and Description |
---|
Configuration() |
Configuration(EngineFactory<Integer> downFrames,
EngineFactory<Integer> respawnFrames,
EngineFactory<ShapeSource> shapes) |
Configuration(Integer downFrames,
Integer respawnFrames) |
Configuration(Integer downFrames,
Integer respawnFrames,
Class<? extends ShapeSource> shapesType) |
Modifier and Type | Method and Description |
---|---|
Integer |
downFramesRemaining(Engine e) |
Integer |
respawnFramesRemaining(Engine e) |
ShapeSource |
shapes(Engine e) |
protected EngineFactory<Integer> downFramesRemaining
protected EngineFactory<Integer> respawnFramesRemaining
protected EngineFactory<ShapeSource> shapes
public Configuration()
public Configuration(Integer downFrames, Integer respawnFrames, Class<? extends ShapeSource> shapesType)
public Configuration(EngineFactory<Integer> downFrames, EngineFactory<Integer> respawnFrames, EngineFactory<ShapeSource> shapes)
Copyright © 2015. All rights reserved.