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