|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroundVehicle | |
---|---|
org.mars_sim.msp.simulation.person.ai.task | Contains classes involving tasks a person can perform. |
org.mars_sim.msp.simulation.structure.building | Contains classes for settlement buildings. |
org.mars_sim.msp.simulation.vehicle | Contains classes involving vehicle units. |
org.mars_sim.msp.ui.standard.unit_window.vehicle | Contains classes for vehicle windows. |
Uses of GroundVehicle in org.mars_sim.msp.simulation.person.ai.task |
---|
Constructors in org.mars_sim.msp.simulation.person.ai.task with parameters of type GroundVehicle | |
---|---|
DriveGroundVehicle(Person person,
GroundVehicle vehicle,
Coordinates destination,
MarsClock startTripTime,
double startTripDistance)
Default Constructor |
|
DriveGroundVehicle(Person person,
GroundVehicle vehicle,
Coordinates destination,
MarsClock startTripTime,
double startTripDistance,
java.lang.String startingPhase)
Constructs with a given starting phase. |
Uses of GroundVehicle in org.mars_sim.msp.simulation.structure.building |
---|
Methods in org.mars_sim.msp.simulation.structure.building with parameters of type GroundVehicle | |
---|---|
static void |
BuildingManager.addToRandomBuilding(GroundVehicle vehicle,
Settlement settlement)
Adds a ground vehicle to a random ground vehicle maintenance building within a settlement. |
Uses of GroundVehicle in org.mars_sim.msp.simulation.vehicle |
---|
Subclasses of GroundVehicle in org.mars_sim.msp.simulation.vehicle | |
---|---|
class |
LightUtilityVehicle
A light utility vehicle that can be used for construction, loading and mining. |
class |
Rover
The Rover class represents the rover type of ground vehicle. |
Uses of GroundVehicle in org.mars_sim.msp.ui.standard.unit_window.vehicle |
---|
Constructors in org.mars_sim.msp.ui.standard.unit_window.vehicle with parameters of type GroundVehicle | |
---|---|
TerrainDisplayPanel(GroundVehicle vehicle)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |