org.starhope.appius.game
Interface ExistsInWorld


public interface ExistsInWorld

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Method Summary
 ExistsInWorld getContainer()
          WRITEME: Document this method brpocock@star-hope.org
 Room getContainingRoom()
          WRITEME: Document this method brpocock@star-hope.org
 double getMovementRate()
          WRITEME: Document this method brpocock@star-hope.org
 Coord3D getOffsetPosition()
          WRITEME: Document this method brpocock@star-hope.org
 Coord3D getTargetPosition()
          WRITEME: Document this method brpocock@star-hope.org
 

Method Detail

getContainer

ExistsInWorld getContainer()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getContainingRoom

Room getContainingRoom()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getMovementRate

double getMovementRate()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getOffsetPosition

Coord3D getOffsetPosition()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getTargetPosition

Coord3D getTargetPosition()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME