- getBallAndWallCollisionStatus(int) - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this to determine the collision status of a specific ball from the ballSet
- getBallAndWallCollisionStatus() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this to determine the collision status of the "default" ball in the ballSet at index 0.
- getCollidedWall() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this to determine the wall (if any) that the "default" ball collided with.
- getCollidedWall(int) - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this to determine the wall (if any) that a specific ball collided with.
- getMouseXCoordinate() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this to obtain the x coordinate of the mouse that is on screen.
- getMouseYCoordinate() - Method in class SpaceSmasher_FunctionalAPI.SpaceSmasherFunctionalAPI
-
Use this to obtain the y coordinate of the mouse that is on screen.