Uses of Class
org.starhope.appius.game.RoomRegion

Packages that use RoomRegion
org.starhope.appius.game   
 

Uses of RoomRegion in org.starhope.appius.game
 

Fields in org.starhope.appius.game with type parameters of type RoomRegion
private  Collection<RoomRegion> Room.regions
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game that return types with arguments of type RoomRegion
 Collection<RoomRegion> Room.getRegions()
          WRITEME: Document this method brpocock@star-hope.org
 Collection<RoomRegion> Room.getRegionsIncluding(Coord3D point)
          WRITEME: Document this method brpocock@star-hope.org
 Collection<RoomRegion> Room.getRegionsIncluding(Polygon space)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game with parameters of type RoomRegion
 boolean Room.add(RoomRegion newRegion)
          WRITEME: Document this method brpocock@star-hope.org
 boolean Room.remove(RoomRegion oldRegion)
          WRITEME: Document this method brpocock@star-hope.org