| Method Signature | Description |
| PaddleAndBallStatesEnum paddleGetState() | returns the current state of the paddle as one of the following: {FIRE, ICE, NORMAL} |
| void ballSetState(PaddleAndBallStatesEnum state) | call this function to set the state of the ball to one of the following: {FIRE, ICE, NORMAL} |
| Type | Values |
| PaddleAndBallStates | {NORMAL,FIRE,ICE} |