Uses of Class
break_out.controller.Controller
-
Packages that use Controller Package Description break_out.model -
-
Uses of Controller in break_out.model
Fields in break_out.model declared as Controller Modifier and Type Field Description private Controller
Game. controller
The controller of the gameMethods in break_out.model that return Controller Modifier and Type Method Description Controller
Game. getController()
Getter for the ControllerConstructors in break_out.model with parameters of type Controller Constructor Description Game(Controller controller)
The constructor creates a new game instance with the given Controller
-