Modifier and Type | Class and Description |
---|---|
class |
CellGameState<T extends CellGameState<T,U,V>,U extends Thinker<T,U,V>,V extends ThinkerState<T,U,V>>
A CellGameState represents one state that a CellGame can be in, such as
the main menu, the options menu, in the middle of a level, etc.
|
class |
Thinker<T extends CellGameState<T,U,V>,U extends Thinker<T,U,V>,V extends ThinkerState<T,U,V>>
A Thinker is a collection of methods that contributes to the mechanics of
the CellGameState to which it is assigned.
|
class |
ThinkerState<T extends CellGameState<T,U,V>,U extends Thinker<T,U,V>,V extends ThinkerState<T,U,V>>
A ThinkerState represents a state that a Thinker can occupy.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicThinker
A BasicThinker is a type of Thinker that is used by BasicGameStates and
uses BasicThinkerStates, which have no special capabilities.
|