|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ShooterObject in moagg.game.control.handler |
---|
Methods in moagg.game.control.handler with parameters of type ShooterObject | |
---|---|
protected void |
ShootHandler.handleShoot(ShooterObject shooter,
InternalGameControl gameControl)
|
protected void |
ShootHandler.handleShoot(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
Uses of ShooterObject in moagg.game.control.weapon |
---|
Methods in moagg.game.control.weapon with parameters of type ShooterObject | |
---|---|
void |
ProjectileFactory.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
Uses of ShooterObject in moagg.game.control.weapon.mortar |
---|
Methods in moagg.game.control.weapon.mortar with parameters of type ShooterObject | |
---|---|
void |
SmartProjectileFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
RandomProjectileFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
FixedProjectileFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
Uses of ShooterObject in moagg.game.control.weapon.sam |
---|
Methods in moagg.game.control.weapon.sam with parameters of type ShooterObject | |
---|---|
void |
MissileFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
Uses of ShooterObject in moagg.game.control.weapon.ship |
---|
Methods in moagg.game.control.weapon.ship with parameters of type ShooterObject | |
---|---|
void |
DoubleDecoratorProjectileFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
TripleDecoratorProjectileFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
LaserFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
BackDecoratorProjectileFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
BlasterFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
Uses of ShooterObject in moagg.game.control.weapon.tank |
---|
Methods in moagg.game.control.weapon.tank with parameters of type ShooterObject | |
---|---|
void |
LaserFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
BlasterFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
Uses of ShooterObject in moagg.game.control.weapon.turret |
---|
Methods in moagg.game.control.weapon.turret with parameters of type ShooterObject | |
---|---|
void |
LaserFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
void |
BlasterFactoryImpl.createProjectile(ShooterObject shooter,
Weapon weapon,
InternalGameControl gameControl)
|
Uses of ShooterObject in moagg.model.object |
---|
Methods in moagg.model.object that return ShooterObject | |
---|---|
ShooterObject |
ShootableObject.getShooter()
|
Uses of ShooterObject in moagg.model.object.sprite |
---|
Classes in moagg.model.object.sprite that implement ShooterObject | |
---|---|
class |
GhostShip
|
class |
Mortar
|
class |
Sam
|
class |
Ship
|
class |
Tank
|
class |
Turret
|
Methods in moagg.model.object.sprite that return ShooterObject | |
---|---|
ShooterObject |
Missile.getShooter()
|
ShooterObject |
Projectile.getShooter()
|
ShooterObject |
Laser.getShooter()
|
ShooterObject |
Grenade.getShooter()
|
Methods in moagg.model.object.sprite with parameters of type ShooterObject | |
---|---|
void |
Missile.setShooter(ShooterObject shooter)
|
void |
Projectile.setShooter(ShooterObject shooter)
|
void |
Laser.setShooter(ShooterObject shooter)
|
void |
Grenade.setShooter(ShooterObject shooter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |