Methods in moagg.game.control.collision with parameters of type ShootableObject |
void |
AbstractCollisionHandler.onShipShootableCollision(Ship ship,
ShootableObject shootable)
|
void |
MultiPlayerCollisionHandler.onShipShootableCollision(Ship ship,
ShootableObject shootable)
|
void |
AbstractCollisionHandler.onShootableCrateCollision(ShootableObject shootable,
Crate crate)
|
void |
AbstractCollisionHandler.onShootableDestroyableCollision(ShootableObject shootable,
DestroyableObject destroyable)
|
void |
SinglePlayerCollisionHandler.onShootableDestroyableCollision(ShootableObject shootable,
DestroyableObject destroyable)
|
void |
AbstractCollisionHandler.onShootableObjectCollision(ShootableObject shootable,
MoaggGameObject object)
|
void |
AbstractCollisionHandler.onShootableShootableCollision(ShootableObject shootable1,
ShootableObject shootable2)
|
void |
AbstractCollisionHandler.onShootableSwitchCollision(ShootableObject shootable,
Switch s)
|
void |
AbstractCollisionHandler.onShootableUnknownObjectCollision(ShootableObject shootable,
MoaggGameObject object)
|