Uses of Class
se.liu.student.kimgr905.tilegame.sprites.PowerUp

Packages that use PowerUp
se.liu.student.kimgr905.tilegame   
se.liu.student.kimgr905.tilegame.sprites   
 

Uses of PowerUp in se.liu.student.kimgr905.tilegame
 

Methods in se.liu.student.kimgr905.tilegame with parameters of type PowerUp
private  void GameManager.acquirePowerUp(PowerUp powerUp)
          Gives the player the speicifed power up and removes it from the map.
 

Uses of PowerUp in se.liu.student.kimgr905.tilegame.sprites
 

Subclasses of PowerUp in se.liu.student.kimgr905.tilegame.sprites
static class PowerUp.Shield
          A Shield PowerUp.
static class PowerUp.Weapon
          A Weapon PowerUp.