moagg.game.control.collision
Class MultiPlayerCollisionHandler

java.lang.Object
  extended by moagg.game.control.collision.AbstractCollisionHandler
      extended by moagg.game.control.collision.MultiPlayerCollisionHandler
All Implemented Interfaces:
CollisionHandler

public class MultiPlayerCollisionHandler
extends AbstractCollisionHandler


Field Summary
 
Fields inherited from class moagg.game.control.collision.AbstractCollisionHandler
log
 
Constructor Summary
MultiPlayerCollisionHandler(MultiPlayerServerGameControlImpl gameControl)
           
 
Method Summary
 void onShipShootableCollision(Ship ship, ShootableObject shootable)
           
 
Methods inherited from class moagg.game.control.collision.AbstractCollisionHandler
onDestroyablePlaygroundCollision, onObjectObjectCollision, onObjectPlaygroundCollision, onParticlePlaygroundCollision, onShipBonusCrateCollision, onShipCargoCrateCollision, onShipCrateCollision, onShipDestroyableCollision, onShipFuelCrateCollision, onShipObjectCollision, onShipParticleCollision, onShipPlatformCollision, onShipPlaygroundCollision, onShipShipCollision, onShipUnknownObjectCollision, onShipWeaponCrateCollision, onShipWeaponDecoratorCrateCollision, onShootableCrateCollision, onShootableDestroyableCollision, onShootableObjectCollision, onShootableShootableCollision, onShootableSwitchCollision, onShootableUnknownObjectCollision, updateShipWeapon, updateShipWeaponDecorator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPlayerCollisionHandler

public MultiPlayerCollisionHandler(MultiPlayerServerGameControlImpl gameControl)
Method Detail

onShipShootableCollision

public void onShipShootableCollision(Ship ship,
                                     ShootableObject shootable)
Overrides:
onShipShootableCollision in class AbstractCollisionHandler


Copyright © 2008. All Rights Reserved.