cz.cuni.amis.pogamut.base3d.worldview.object
Interface ILocated

All Known Subinterfaces:
IAgent3D, INavPoint, IPerson, IUnrealBot, IUT2004Bot
All Known Implementing Classes:
AbstractAgent3D, Agent3DJMXProxy, BotJMXProxy, Item, ItemCompositeImpl, ItemMessage, ItemMessage.ItemSharedMessage, ItemPickedUp, ItemShared, ItemSharedImpl, Location, Mover, MoverCompositeImpl, MoverMessage, MoverMessage.MoverSharedMessage, MoverShared, MoverSharedImpl, NativeUnrealBotAdapter, NativeUT2004BotAdapter, NavPoint, NavPointCompositeImpl, NavPointMessage, NavPointMessage.NavPointSharedMessage, NavPointShared, NavPointSharedImpl, Player, PlayerCompositeImpl, PlayerMessage, Self, SelfCompositeImpl, SelfMessage, UT2004Bot, Vehicle, VehicleCompositeImpl, VehicleMessage, VehicleMessage.VehicleSharedMessage, VehicleShared, VehicleSharedImpl

public interface ILocated

General interface for objects that are located within the world.


Method Summary
 Location getLocation()
          Retreives current location of the object.
 

Method Detail

getLocation

Location getLocation()
Retreives current location of the object.

Returns:
Current location of the object, represented as a point within the world's coordinates.