Package | Description |
---|---|
org.eviline.core | |
org.eviline.core.ss |
Modifier and Type | Class and Description |
---|---|
static class |
EngineFactories.IntegerFactory |
static class |
EngineFactories.ShapeSourceFactory |
Modifier and Type | Field and Description |
---|---|
protected EngineFactory<Integer> |
Configuration.downFramesRemaining |
protected EngineFactory<Integer> |
Configuration.respawnFramesRemaining |
protected EngineFactory<ShapeSource> |
Configuration.shapes |
Modifier and Type | Method and Description |
---|---|
static EngineFactory<Integer> |
EngineFactories.createIntegerFactory(Integer value) |
static EngineFactory<ShapeSource> |
EngineFactories.createSourceFactory(Class<? extends ShapeSource> type) |
Constructor and Description |
---|
Configuration(EngineFactory<Integer> downFrames,
EngineFactory<Integer> respawnFrames,
EngineFactory<ShapeSource> shapes) |
Configuration(EngineFactory<Integer> downFrames,
EngineFactory<Integer> respawnFrames,
EngineFactory<ShapeSource> shapes) |
Configuration(EngineFactory<Integer> downFrames,
EngineFactory<Integer> respawnFrames,
EngineFactory<ShapeSource> shapes) |
Modifier and Type | Field and Description |
---|---|
static EngineFactory<ShapeSource> |
Bag7NShapeSource.FACTORY |
static EngineFactory<ShapeSource> |
AngelBag7NShapeSource.FACTORY |
static EngineFactory<ShapeSource> |
EvilBag7NShapeSource.FACTORY |
Modifier and Type | Method and Description |
---|---|
static EngineFactory<ShapeSource> |
AngelBag7NShapeSource.createFactory(int n,
int lookahead) |
static EngineFactory<ShapeSource> |
EvilBag7NShapeSource.createFactory(int n,
int lookahead) |
Copyright © 2015. All rights reserved.