|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Particle | |
---|---|
moagg.game.control | |
moagg.game.control.collision | |
moagg.game.control.handler | |
moagg.game.control.handler.explosion |
Uses of Particle in moagg.game.control |
---|
Methods in moagg.game.control with parameters of type Particle | |
---|---|
void |
InternalGameControl.addParticle(Particle particle)
|
void |
MultiPlayerClientGameControlImpl.addParticle(Particle particle)
|
void |
MultiPlayerServerGameControlImpl.addParticle(Particle particle)
Deprecated. |
void |
SinglePlayerGameControlImpl.addParticle(Particle particle)
|
Uses of Particle in moagg.game.control.collision |
---|
Methods in moagg.game.control.collision with parameters of type Particle | |
---|---|
void |
AbstractCollisionHandler.onParticlePlaygroundCollision(Particle particle)
|
void |
AbstractCollisionHandler.onShipParticleCollision(Ship ship,
Particle particle)
|
Uses of Particle in moagg.game.control.handler |
---|
Methods in moagg.game.control.handler that return Particle | |
---|---|
protected Particle |
CreateFountainParticlesHandler.createFountainParticle(Fountain fountain)
|
protected Particle |
CreateThrustParticlesHandler.createThrustParticle(ControllableObject co)
|
Uses of Particle in moagg.game.control.handler.explosion |
---|
Methods in moagg.game.control.handler.explosion that return Particle | |
---|---|
protected Particle |
TileExplosionImpl.createExplosionParticle(DestroyableTile tile)
|
protected Particle |
OrientationExplosionImpl.createExplosionParticle(MoaggGameObject object,
Orientation orientation)
|
protected Particle |
ShipExplosionImpl.createExplosionParticle(Ship ship)
|
protected Particle |
ProjectileExplosionImpl.createExplosionParticle(com.golden.gamedev.object.Sprite projectile)
|
protected Particle |
TankExplosionImpl.createExplosionParticle(Tank tank)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |