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

Packages that use VehicleStyle
org.starhope.appius.game   
 

Uses of VehicleStyle in org.starhope.appius.game
 

Fields in org.starhope.appius.game declared as VehicleStyle
static VehicleStyle VehicleStyle.ANY
          Any vehicles are allowed, anywhere, there are no limits; default for Tootsvilleâ„¢ and any room that does not express a preference.
static VehicleStyle VehicleStyle.DRIVE_ON_DRIVE
          All vehicles are only allowed, but only allowed in the $drive space in the room.
static VehicleStyle VehicleStyle.NO_VEHICLES
          No vehicles are permitted, at all.
protected  VehicleStyle Room.vehicleStyle
          Type of vehicle permissions to apply
 

Methods in org.starhope.appius.game that return VehicleStyle
 VehicleStyle Room.getVehicleRulesForRoom()
           
 

Methods in org.starhope.appius.game with parameters of type VehicleStyle
 void Room.setVehicleRulesForRoom(VehicleStyle newRules)