|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasicCollisionGroup
vooga.games.galaxyinvaders.collisions.TorpedoPlayerCollider
public class TorpedoPlayerCollider
This class is an extension of BasicCollisionGroup, it handles collisions between torpedoes and players.
Constructor Summary | |
---|---|
TorpedoPlayerCollider(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 |
---|
public TorpedoPlayerCollider(Game g)
Method Detail |
---|
public void collided(Sprite s1, Sprite s2)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |