|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DestroyableObject in moagg.game |
---|
Methods in moagg.game with parameters of type DestroyableObject | |
---|---|
protected void |
MultiPlayerServerGameObject.broadcastDestroyProjectilePacket(DestroyableObject destroyable)
|
Uses of DestroyableObject in moagg.game.control.collision |
---|
Methods in moagg.game.control.collision with parameters of type DestroyableObject | |
---|---|
void |
AbstractCollisionHandler.onDestroyablePlaygroundCollision(DestroyableObject destroyable)
|
void |
AbstractCollisionHandler.onShipDestroyableCollision(Ship ship,
DestroyableObject destroyable)
|
void |
AbstractCollisionHandler.onShootableDestroyableCollision(ShootableObject shootable,
DestroyableObject destroyable)
|
void |
SinglePlayerCollisionHandler.onShootableDestroyableCollision(ShootableObject shootable,
DestroyableObject destroyable)
|
Uses of DestroyableObject in moagg.game.control.handler |
---|
Methods in moagg.game.control.handler with parameters of type DestroyableObject | |
---|---|
protected void |
ExplosionHandler.handleObject(DestroyableObject destroyable,
InternalGameControl gameControl,
long elapsedTime)
|
Uses of DestroyableObject in moagg.game.control.handler.explosion |
---|
Methods in moagg.game.control.handler.explosion with parameters of type DestroyableObject | |
---|---|
void |
Explosion.update(DestroyableObject destroyable,
InternalGameControl gameControl)
|
void |
TileExplosionImpl.update(DestroyableObject destroyable,
InternalGameControl gameControl)
|
void |
ShipExplosionImpl.update(DestroyableObject destroyable,
InternalGameControl gameControl)
|
void |
OrientationExplosionImpl.update(DestroyableObject destroyable,
InternalGameControl gameControl)
|
void |
TankExplosionImpl.update(DestroyableObject destroyable,
InternalGameControl gameControl)
|
void |
ProjectileExplosionImpl.update(DestroyableObject destroyable,
InternalGameControl gameControl)
|
Uses of DestroyableObject in moagg.game.control.objective |
---|
Methods in moagg.game.control.objective with parameters of type DestroyableObject | |
---|---|
void |
DestroyTarget.setObject(DestroyableObject destroyable)
|
Constructors in moagg.game.control.objective with parameters of type DestroyableObject | |
---|---|
DestroyTarget(DestroyableObject destroyable)
|
Uses of DestroyableObject in moagg.game.level.applet |
---|
Methods in moagg.game.level.applet with parameters of type DestroyableObject | |
---|---|
void |
ArmorApplet.setDestroyable(DestroyableObject destroyable)
|
Uses of DestroyableObject in moagg.model.object |
---|
Subinterfaces of DestroyableObject in moagg.model.object | |
---|---|
interface |
ShootableObject
Game objects (such as projectiles, missiles, etc.) that can be shot/launched by other game objects have to implement this interface. |
interface |
ShootableWithWarheadObject
Shootable game objects that may contain a warhead (e.g. missiles and grenades) must implement this interface. |
Uses of DestroyableObject in moagg.model.object.sprite |
---|
Classes in moagg.model.object.sprite that implement DestroyableObject | |
---|---|
class |
DestroyableTile
|
class |
GhostShip
|
class |
Grenade
|
class |
Laser
|
class |
Missile
|
class |
Mortar
|
class |
Projectile
|
class |
Sam
|
class |
Ship
|
class |
Tank
|
class |
Turret
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |