Uses of Class
org.starhope.appius.server.RoomAndZone

Packages that use RoomAndZone
org.starhope.appius.game   
org.starhope.appius.user   
org.starhope.appius.via   
 

Uses of RoomAndZone in org.starhope.appius.game
 

Methods in org.starhope.appius.game that return RoomAndZone
 RoomAndZone GameEvent.getLocation()
          This is an overriding method.
 RoomAndZone RoomListener.getLocation()
          TODO: document this method (brpocock, Oct 31, 2009)
 

Uses of RoomAndZone in org.starhope.appius.user
 

Methods in org.starhope.appius.user that return RoomAndZone
 RoomAndZone User.getLocation()
          Get the user's current location (room and zone) if the user is online; or, “null” if the user is not online.
 RoomAndZone AbstractNonPlayerCharacter.getLocation()
           
 

Uses of RoomAndZone in org.starhope.appius.via
 

Methods in org.starhope.appius.via that return RoomAndZone
 RoomAndZone ExistsInRemoteWorld.getLocation()