Uses of Class
appletbots.CollisionException

Packages that use CollisionException
appletbots   
 

Uses of CollisionException in appletbots
 

Methods in appletbots that throw CollisionException
 void World.addObject(WorldObject object)
          Adds an object to a random position in the world.
 void World.addObject(WorldObject object, Point location, Vector velocity)
          Adds an object to the world at the given position with the given initial velocity
 void World.addObject(WorldObject object, Vector velocity)
          Adds an object to a random position in the world with the given initial velocity
protected  void CarrierAgent.drop(CarriableObject item)
          Drops an object
 void World.dropItem(CarrierAgent agent, CarriableObject item)
          Drops an item from a CarrierAgent