Uses of Class
games.pong.items.Ball

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

Uses of Ball in games.pong
 

Methods in games.pong that return Ball
 Ball Pong.getBall()
           
 

Uses of Ball in games.pong.items
 

Methods in games.pong.items with parameters of type Ball
 void Powerup.collide(Ball otherObject)
          Apply the given effect for this Powerup, and then remove it from the game.