Package | Description |
---|---|
org.eviline.core | |
org.eviline.core.ai | |
org.eviline.core.ss |
Modifier and Type | Field and Description |
---|---|
protected ShapeSource |
Engine.shapes |
Modifier and Type | Field and Description |
---|---|
protected EngineFactory<ShapeSource> |
Configuration.shapes |
Modifier and Type | Method and Description |
---|---|
ShapeSource |
Engine.getShapes() |
ShapeSource |
EngineFactories.ShapeSourceFactory.newInstance(Engine e) |
ShapeSource |
Configuration.shapes(Engine e) |
Modifier and Type | Method and Description |
---|---|
static EngineFactory<ShapeSource> |
EngineFactories.createSourceFactory(Class<? extends ShapeSource> type) |
Modifier and Type | Method and Description |
---|---|
void |
Engine.setShapes(ShapeSource shapes) |
Modifier and Type | Method and Description |
---|---|
static EngineFactory<ShapeSource> |
EngineFactories.createSourceFactory(Class<? extends ShapeSource> type) |
Constructor and Description |
---|
Configuration(EngineFactory<Integer> downFrames,
EngineFactory<Integer> respawnFrames,
EngineFactory<ShapeSource> shapes) |
Configuration(Integer downFrames,
Integer respawnFrames,
Class<? extends ShapeSource> shapesType) |
EngineFactories.ShapeSourceFactory(Class<? extends ShapeSource> type,
Class<?>[] argTypes,
Object[] argValues) |
Modifier and Type | Method and Description |
---|---|
ShapeType |
DefaultAIKernel.bestNext(Field field,
ShapeSource shapes,
ShapeType[] next,
int lookahead) |
ShapeType |
AIKernel.bestNext(Field field,
ShapeSource shapes,
ShapeType[] next,
int lookahead) |
ShapeType |
DefaultAIKernel.searchNext(Comparator<DefaultAIKernel.Best> order,
Field field,
ShapeSource shapes,
ShapeType[] next,
int lookahead) |
ShapeType |
DefaultAIKernel.worstNext(Field field,
ShapeSource shapes,
ShapeType[] next,
int lookahead) |
ShapeType |
AIKernel.worstNext(Field field,
ShapeSource shapes,
ShapeType[] next,
int lookahead) |
Modifier and Type | Class and Description |
---|---|
class |
AngelBag7NShapeSource |
class |
Bag7NShapeSource |
class |
EvilBag7NShapeSource |
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.