blockudoku.controllers.ControllerMediator
The central interface for making destructive changes to the game state. Communicates to more specified controllers.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Selects the given element.
Selects the given element.
Value parameters
-
element
-
Element to select.
Attributes
Attempts to place the given element at the given position.
Attempts to place the given element at the given position.
Value parameters
-
element
-
Element to place.
-
pos
-
Index of the tile to place the element at.
Attributes
Creates a snapshot of the current state.
Creates a snapshot of the current state.
Attributes
-
Inherited from:
-
Snapshotable
Reverts the state to the most recent snapshot.
Reverts the state to the most recent snapshot.
Attributes
-
Inherited from:
-
Snapshotable
Recorded snapshots with the most recent snapshot at the top.
Recorded snapshots with the most recent snapshot at the top.
Attributes
-
Inherited from:
-
Snapshotable