|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Inventory | |
---|---|
org.mars_sim.msp.simulation | Contains classes for creating a virtual Mars. |
org.mars_sim.msp.simulation.malfunction | Contains classes involving malfunctions. |
org.mars_sim.msp.simulation.person.ai.mission | Contains classes involving missions a person can perform. |
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.structure.building.function | Contains classes for settlement building functions. |
org.mars_sim.msp.simulation.vehicle | Contains classes involving vehicle units. |
Uses of Inventory in org.mars_sim.msp.simulation |
---|
Methods in org.mars_sim.msp.simulation that return Inventory | |
---|---|
Inventory |
Inventory.clone(Unit owner)
Creates a clone of this inventory (not including the inventory contents). |
abstract Inventory |
Airlock.getEntityInventory()
Gets the inventory of the entity this airlock is attached to. |
Inventory |
Unit.getInventory()
Gets the unit's inventory |
Uses of Inventory in org.mars_sim.msp.simulation.malfunction |
---|
Methods in org.mars_sim.msp.simulation.malfunction that return Inventory | |
---|---|
Inventory |
Malfunctionable.getInventory()
Gets the inventory associated with this entity. |
Uses of Inventory in org.mars_sim.msp.simulation.person.ai.mission |
---|
Methods in org.mars_sim.msp.simulation.person.ai.mission with parameters of type Inventory | |
---|---|
static double |
TradeUtil.getNumInInventory(Good good,
Inventory inventory)
Gets the number of a good currently in the inventory. |
Uses of Inventory in org.mars_sim.msp.simulation.person.ai.task |
---|
Methods in org.mars_sim.msp.simulation.person.ai.task with parameters of type Inventory | |
---|---|
static EVASuit |
ExitAirlock.getGoodEVASuit(Inventory inv)
Gets a good EVA suit from an inventory. |
static boolean |
ExitAirlock.goodEVASuitAvailable(Inventory inv)
Checks if a good EVA suit is in entity inventory. |
Uses of Inventory in org.mars_sim.msp.simulation.structure.building |
---|
Methods in org.mars_sim.msp.simulation.structure.building that return Inventory | |
---|---|
Inventory |
Building.getInventory()
Gets the inventory associated with this entity. |
Uses of Inventory in org.mars_sim.msp.simulation.structure.building.function |
---|
Methods in org.mars_sim.msp.simulation.structure.building.function that return Inventory | |
---|---|
Inventory |
BuildingAirlock.getEntityInventory()
Gets the inventory of the entity this airlock is attached to. |
Methods in org.mars_sim.msp.simulation.structure.building.function with parameters of type Inventory | |
---|---|
void |
ResourceProcess.processResources(double time,
double productionLevel,
Inventory inventory)
Processes resources for a given amount of time. |
Uses of Inventory in org.mars_sim.msp.simulation.vehicle |
---|
Methods in org.mars_sim.msp.simulation.vehicle that return Inventory | |
---|---|
Inventory |
VehicleAirlock.getEntityInventory()
Gets the inventory of the entity this airlock is attached to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |