| Package | Description |
|---|---|
| pl.joegreen.sergeants.framework | |
| pl.joegreen.sergeants.framework.model |
| Modifier and Type | Method and Description |
|---|---|
void |
Actions.move(GameState.Field fieldFrom,
GameState.Field fieldTo) |
void |
Actions.move(GameState.Field fieldFrom,
GameState.Field fieldTo,
boolean moveHalf) |
void |
Actions.ping(GameState.Field field) |
| Modifier and Type | Class and Description |
|---|---|
class |
GameState.VisibleField |
| Modifier and Type | Method and Description |
|---|---|
GameState.Field[][] |
GameState.getTwoDimensionalArrayOfFields() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GameState.Field> |
GameState.getFields() |
com.google.common.collect.ImmutableMap<Position,GameState.Field> |
GameState.getFieldsMap() |
Set<GameState.Field> |
GameState.Field.getNeighbours()
Returns fields that can be reached from this field in one move.
|
Copyright © 2017. All rights reserved.