Uses of Package
games.pong.items

Packages that use games.pong.items
games.pong   
games.pong.items   
 

Classes in games.pong.items used by games.pong
Ball
          The Ball that will bounce between the paddles.
Paddle
          The Paddle that a user will have to move around in defense of the goal.
 

Classes in games.pong.items used by games.pong.items
Ball
          The Ball that will bounce between the paddles.
Paddle
          The Paddle that a user will have to move around in defense of the goal.
PongItem
          A PongItem will help to mediate creating an object from the Physics Engine by providing functions which will be common to all objects used by Pong.
Powerup
          A Powerup is an abstract class that will represent all Powerups in the game.