Uses of Class
moagg.model.object.sprite.Crate

Packages that use Crate
moagg.game.control   
moagg.game.control.collision   
moagg.game.control.objective   
moagg.model.object.sprite   
 

Uses of Crate in moagg.game.control
 

Methods in moagg.game.control that return Crate
 Crate SinglePlayerGameControlImpl.getCrateToUnload()
           
 

Methods in moagg.game.control with parameters of type Crate
 void SinglePlayerGameControlImpl.addCrateToUnload(Crate crate)
           
 

Uses of Crate in moagg.game.control.collision
 

Methods in moagg.game.control.collision with parameters of type Crate
 void AbstractCollisionHandler.onShipBonusCrateCollision(Ship ship, Crate crate)
           
 void SinglePlayerCollisionHandler.onShipBonusCrateCollision(Ship ship, Crate crate)
           
 void AbstractCollisionHandler.onShipCargoCrateCollision(Ship ship, Crate crate)
           
 void AbstractCollisionHandler.onShipCrateCollision(Ship ship, Crate crate)
           
 void AbstractCollisionHandler.onShipFuelCrateCollision(Ship ship, Crate crate)
           
 void AbstractCollisionHandler.onShipWeaponCrateCollision(Ship ship, Crate crate)
           
 void AbstractCollisionHandler.onShipWeaponDecoratorCrateCollision(Ship ship, Crate crate)
           
 void AbstractCollisionHandler.onShootableCrateCollision(ShootableObject shootable, Crate crate)
           
 

Uses of Crate in moagg.game.control.objective
 

Methods in moagg.game.control.objective with parameters of type Crate
 void BringCrateToPlatform.setCrate(Crate crate)
           
 

Uses of Crate in moagg.model.object.sprite
 

Methods in moagg.model.object.sprite that return types with arguments of type Crate
 java.util.List<Crate> Ship.getCrates()
           
 

Methods in moagg.model.object.sprite with parameters of type Crate
 void Ship.dropCrate(Crate crate)
           
 boolean Ship.hasCapacityForCrate(Crate crate)
           
 boolean Ship.hasCrate(Crate crate)
           
 void Ship.pickupCrate(Crate crate)
           
 



Copyright © 2008. All Rights Reserved.