Uses of Class
appletbots.WorldObjectData

Packages that use WorldObjectData
appletbots   
 

Uses of WorldObjectData in appletbots
 

Fields in appletbots declared as WorldObjectData
protected  WorldObjectData ObjectViewer.data
          The location and velocity data of the selected object
 

Methods in appletbots that return WorldObjectData
protected  WorldObjectData World.getData(WorldObject object)
          Returns the location and velocity data for the given object
 

Methods in appletbots with parameters of type WorldObjectData
 void ObjectViewer.setData(WorldObjectData data)
          Sets a new selected object by passing the object's location and velocity data