- enteredActions(CellGame) - Method in class cell2D.CellGameState
-
Actions for this CellGameState to take immediately after being entered.
- enteredActions(CellGame, T) - Method in class cell2D.ThinkerState
-
Actions for this ThinkerState to take immediately after being entered and
immediately before getDuration() is called.
- enterState(int) - Method in class cell2D.CellGame
-
Instructs this CellGame to enter its CellGameState with the specified ID
at the end of the current frame.
- enterState(int, Transition, Transition) - Method in class cell2D.CellGame
-
Instructs this CellGame to enter its CellGameState with the specified ID,
using the specified Transitions when leaving the current CellGameState
and entering the new one, at the end of the current frame.
- eventActions(CellGame, T) - Method in class cell2D.TimedEvent
-
Actions for this TimedEvent to take when activated.