| Package | Description |
|---|---|
| org.refcodes.checkerboard | |
| org.refcodes.checkerboard.impls |
| Modifier and Type | Field and Description |
|---|---|
static CheckerboardAction |
GridModeChangedEvent.ACTION |
static CheckerboardAction |
PlayerRemovedEvent.ACTION |
static CheckerboardAction |
PlayerAddedEvent.ACTION |
static CheckerboardAction |
GridDimensionChangedEvent.ACTION |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CheckerboardAction |
AbstractCheckerboardEvent.getAction() |
| Constructor and Description |
|---|
AbstractCheckerboardEvent(CheckerboardAction aAction,
Checkerboard<S> aSource) |
AbstractPlayerCheckerboardEvent(CheckerboardAction aAction,
Player<S> aPlayer,
Checkerboard<S> aSource) |
Copyright © 2016. All rights reserved.