Uses of Class
break_out.model.Paddle
-
Packages that use Paddle Package Description break_out.model -
-
Uses of Paddle in break_out.model
Fields in break_out.model declared as Paddle Modifier and Type Field Description private Paddle
Level. paddleBottom
The paddles of the levelprivate Paddle
Level. paddleTop
The paddles of the levelMethods in break_out.model that return Paddle Modifier and Type Method Description Paddle
ILevel. getPaddleBottom()
Paddle
Level. getPaddleBottom()
The getter for the bottom paddle objectPaddle
ILevel. getPaddleTop()
Paddle
Level. getPaddleTop()
The getter for the top paddle objectMethods in break_out.model with parameters of type Paddle Modifier and Type Method Description boolean
Ball. hitsPaddle(Paddle paddle)
tests whether the ball touches the paddle's hit box.boolean
IBall. hitsPaddle(Paddle paddle)
void
Ball. reflectOnPaddle(Paddle paddle)
Ball got hit by Paddle paddlevoid
IBall. reflectOnPaddle(Paddle paddle)
-