Package | Description |
---|---|
org.eviline.core | |
org.eviline.core.ai |
Modifier and Type | Method and Description |
---|---|
static Command |
Command.fromOrdinal(int ordinal) |
static Command |
Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Engine.tick(Command c) |
void |
EngineListener.ticked(Engine e,
Command c) |
Modifier and Type | Field and Description |
---|---|
protected Deque<Command> |
AIPlayer.commands |
Modifier and Type | Method and Description |
---|---|
static Command |
CommandGraph.commandOf(int[] vertices,
int shape) |
Command |
Player.tick() |
Command |
AIPlayer.tick() |
Modifier and Type | Method and Description |
---|---|
Deque<Command> |
AIPlayer.getCommands() |
Modifier and Type | Method and Description |
---|---|
protected void |
CommandGraph.maybeUpdate(int shape,
int origin,
Command command,
int pathLength,
Field f) |
Copyright © 2015. All rights reserved.