Package | Description |
---|---|
com.TeamHEC.LocomotionCommotion.Game | |
com.TeamHEC.LocomotionCommotion.Map | |
com.TeamHEC.LocomotionCommotion.Resource |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,Resource> |
CoreGame.getBaseResources(Station station)
Generates the resources a player will start with based on their start
location
|
Modifier and Type | Method and Description |
---|---|
Resource |
Station.getResourceType() |
Modifier and Type | Method and Description |
---|---|
void |
Station.setResourceType(Resource newResourceType) |
Constructor and Description |
---|
Station(java.lang.String name,
int baseValue,
Resource resourceType,
int baseFuelOut,
Line[] line,
int rentValue,
float x,
float y) |
Station(java.lang.String name,
int baseValue,
Resource resourceType,
int baseFuelOut,
Line[] line,
int rentValue,
float x,
float y,
boolean locked) |
Modifier and Type | Class and Description |
---|---|
class |
Coal |
class |
Electric |
class |
Fuel |
class |
Gold |
class |
Nuclear |
class |
Oil |
Modifier and Type | Method and Description |
---|---|
void |
Resource.addValue(Resource addResource)
Adds to value using another Resource object.
|
void |
Resource.subValue(Resource subResource)
Subtracts from value using another Resource object.
|