- changePaddleImageCheck() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this to check for the user pressing "P", which should then change the image associated with the
"default" paddle.
- collisionChecks() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Top-Level API method which invokes other methods checks, indicated here:
(1) paddle and ball collision checks
(2) ball and block collision checks
(3) ball and wall collision checks
- consoleReportOnScores() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
This method could be overridden to add extra features not covered in the TODOs,
offering console support in the lab, which can be used to report scores, test min/max functions
or even just debug output.
- createNewBall() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this method to create a new Ball that can be added to the ballSet and spawned with another method.