| Modifier and Type | Field | Description |
|---|---|---|
static CheckerboardAction |
GridDimensionChangedEvent.ACTION |
|
static CheckerboardAction |
GridModeChangedEvent.ACTION |
|
static CheckerboardAction |
PlayerAddedEvent.ACTION |
|
static CheckerboardAction |
PlayerRemovedEvent.ACTION |
| Modifier and Type | Method | Description |
|---|---|---|
CheckerboardAction |
AbstractCheckerboardEvent.getAction() |
|
static CheckerboardAction |
CheckerboardAction.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CheckerboardAction[] |
CheckerboardAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
AbstractCheckerboardEvent(CheckerboardAction aAction,
Checkerboard<P,S> aSource) |
Instantiates a new abstract checkerboard event.
|
AbstractPlayerCheckerboardEvent(CheckerboardAction aAction,
P aPlayer,
Checkerboard<P,S> aSource) |
Instantiates a new abstract player checkerboard event.
|
Copyright © 2018. All rights reserved.