vooga.games.galaxyinvaders.collisions
Class ItemPlayerCollider

java.lang.Object
  extended by BasicCollisionGroup
      extended by vooga.games.galaxyinvaders.collisions.ItemPlayerCollider

public class ItemPlayerCollider
extends BasicCollisionGroup

This class is an extension of BasicCollisionGroup, it handles collisions between powerups and players.


Constructor Summary
ItemPlayerCollider(Game g)
           
 
Method Summary
 void collided(Sprite s1, Sprite s2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemPlayerCollider

public ItemPlayerCollider(Game g)
Method Detail

collided

public void collided(Sprite s1,
                     Sprite s2)