|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasicCollisionGroup
vooga.games.doodlejump.collisions.DoodleToGreenPlatformCollision
public class DoodleToGreenPlatformCollision
The DoodleToGreenPlatformCollision class extends BasicCollisionGroup and defines what happens when Doodle collides with a Green Platform
Constructor Summary | |
---|---|
DoodleToGreenPlatformCollision(Game game)
|
Method Summary | |
---|---|
void |
collided(Sprite doodle,
Sprite green_platform)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoodleToGreenPlatformCollision(Game game)
Method Detail |
---|
public void collided(Sprite doodle, Sprite green_platform)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |