- abortRoute() - Method in class com.TeamHEC.LocomotionCommotion.Train.Route
-
Removes all connections from the route and resets the train position to the last station it past.
- abortRouteBtn - Static variable in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_Manager
-
- abortRouteBtn - Variable in class com.TeamHEC.LocomotionCommotion.UI_Elements.Game_TextureManager
-
- absolute(String) - Method in class com.TeamHEC.LocomotionCommotion.Mocking.MockFileHandler
-
- act(float) - Method in class com.TeamHEC.LocomotionCommotion.Card.CardActor
-
- act(float) - Method in class com.TeamHEC.LocomotionCommotion.Goal.GoalActor
-
- act(float) - Method in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_StationBtn
-
- act(float) - Method in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_Train
-
- act(float) - Method in class com.TeamHEC.LocomotionCommotion.UI_Elements.Sprite
-
Can be overridden as an annoymous class to be used like a thread
- actor - Variable in class com.TeamHEC.LocomotionCommotion.Map.MapObj
-
- actorManager - Static variable in class com.TeamHEC.LocomotionCommotion.Card.Game_CardHand
-
- actorManager - Static variable in class com.TeamHEC.LocomotionCommotion.Train.TrainDepotUI
-
- actorManager - Static variable in class com.TeamHEC.LocomotionCommotion.UI_Elements.Game_PauseMenu
-
- actorManager - Static variable in class com.TeamHEC.LocomotionCommotion.UI_Elements.Game_Shop
-
- actors - Static variable in class com.TeamHEC.LocomotionCommotion.Scene.Scene
-
- actors - Variable in class com.TeamHEC.LocomotionCommotion.Train.TrainInfoUI
-
- actorX - Variable in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_MapObj
-
- actorY - Variable in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_MapObj
-
- addCard(Card) - Method in class com.TeamHEC.LocomotionCommotion.Card.Game_CardHand.Game_CardHandManager
-
Adds given card to hand if hand is not full.
- addCard(Card) - Method in class com.TeamHEC.LocomotionCommotion.Player.Player
-
- addConnection(Connection) - Method in class com.TeamHEC.LocomotionCommotion.Train.Route
-
Adds a new connection to the end of the route, if the player has enough fiel
Usually one of the connections return from getAdjacentConnections()
- addFuel(String, int) - Method in class com.TeamHEC.LocomotionCommotion.Player.Player
-
- addGoal(GoalActor) - Static method in class com.TeamHEC.LocomotionCommotion.Goal.PlayerGoals
-
AddGoal takes a new Goal Actor and adds it to player goals by taking its goal attributes and adding it to the bottom of the
current player goals.
- addGoalBtn - Static variable in class com.TeamHEC.LocomotionCommotion.Goal.GoalMenu
-
- AddGoalToScreen(ArrayList<Goal>) - Static method in class com.TeamHEC.LocomotionCommotion.Goal.GoalMenu
-
Runs through the goals given finding them empty slots (by calling findEmptyGoalSlot) and adding them to the GoalMenu.
- addGold(int) - Method in class com.TeamHEC.LocomotionCommotion.Player.Player
-
- addLabelstoStage() - Static method in class com.TeamHEC.LocomotionCommotion.Goal.GoalMenu
-
- addRentValueMod(int) - Method in class com.TeamHEC.LocomotionCommotion.Map.Station
-
- addResourceOutMod(int) - Method in class com.TeamHEC.LocomotionCommotion.Map.Station
-
- addToStage() - Method in class com.TeamHEC.LocomotionCommotion.Scene.Scene
-
- addUpgrade() - Method in class com.TeamHEC.LocomotionCommotion.Train.FuelUpgrade
-
- addUpgrade() - Method in class com.TeamHEC.LocomotionCommotion.Train.SpeedUpgrade
-
- addUpgrade(TrainUpgrade) - Method in class com.TeamHEC.LocomotionCommotion.Train.Train
-
Adds an upgrade to the current train:
- addUpgrade() - Method in class com.TeamHEC.LocomotionCommotion.Train.TrainUpgrade
-
- addValue(int) - Method in class com.TeamHEC.LocomotionCommotion.Resource.Resource
-
Adds to value using an integer
- addValue(Resource) - Method in class com.TeamHEC.LocomotionCommotion.Resource.Resource
-
Adds to value using another Resource object.
- addValueMod(int) - Method in class com.TeamHEC.LocomotionCommotion.Map.Station
-
- adjacent - Variable in class com.TeamHEC.LocomotionCommotion.Train.TrainInfoUI
-
- AMSTERDAM - Variable in class com.TeamHEC.LocomotionCommotion.Map.WorldMap
-
- applyTo(Train) - Method in class com.TeamHEC.LocomotionCommotion.Obstacle.Obstacle
-
Applies the obstacle to a train.
- assignTrain(Train) - Method in class com.TeamHEC.LocomotionCommotion.Goal.Goal
-
Assigns a goal to a train and registers listeners
- ATHENS - Variable in class com.TeamHEC.LocomotionCommotion.Map.WorldMap
-