Uses of Class
com.TeamHEC.LocomotionCommotion.Resource.Resource

Packages that use Resource
com.TeamHEC.LocomotionCommotion.Game   
com.TeamHEC.LocomotionCommotion.Map   
com.TeamHEC.LocomotionCommotion.Resource   
 

Uses of Resource in com.TeamHEC.LocomotionCommotion.Game
 

Methods in com.TeamHEC.LocomotionCommotion.Game that return types with arguments of type Resource
 java.util.HashMap<java.lang.String,Resource> CoreGame.getBaseResources(Station station)
          Generates the resources a player will start with based on their start location
 

Uses of Resource in com.TeamHEC.LocomotionCommotion.Map
 

Methods in com.TeamHEC.LocomotionCommotion.Map that return Resource
 Resource Station.getResourceType()
           
 

Constructors in com.TeamHEC.LocomotionCommotion.Map with parameters of type Resource
Station(java.lang.String name, int baseValue, Resource resourceType, int baseFuelOut, Line[] line, int rentValue, float x, float y)
           
 

Uses of Resource in com.TeamHEC.LocomotionCommotion.Resource
 

Subclasses of Resource in com.TeamHEC.LocomotionCommotion.Resource
 class Coal
           
 class Electric
           
 class Fuel
           
 class Gold
           
 class Nuclear
           
 class Oil
           
 class Score
           
 

Methods in com.TeamHEC.LocomotionCommotion.Resource with parameters of type Resource
 void Resource.addValue(Resource addResource)
          Adds to value using another Resource object.
 void Resource.subValue(Resource subResource)
          Subtracts from value using another Resource object.