A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

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 - Variable in class com.TeamHEC.LocomotionCommotion.UI_Elements.Game_TextureManager
 
abortRouteBtn - Static variable in class com.TeamHEC.LocomotionCommotion.UI_Elements.GameScreenUI
 
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 anonymous 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.Map.MapInstance
Adds a single connection to the map
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 fuel Usually one of the connections return from getAdjacentConnections()
addFault(Station) - Method in class com.TeamJKG.LocomotionCommotion.Replay.Replay
 
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
 
addLine(Line) - Method in class com.TeamHEC.LocomotionCommotion.Map.Station
 
addLock(MapObj) - Method in class com.TeamJKG.LocomotionCommotion.Replay.Replay
 
addMapObj(MapObj) - Method in class com.TeamHEC.LocomotionCommotion.Map.MapInstance
Adds an object to the map
addNewConnection(MapObj, MapObj) - Static method in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_Manager
 
addNewConnections() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
checks the current connections are the same as those in the json.
addNewJunction(int, int) - Static method in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_Manager
 
addNewStation(int, int) - Static method in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_Manager
 
addNewTrains() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
Adds any new trains this turn that the player has bought!
addNewTurn() - Method in class com.TeamJKG.LocomotionCommotion.Replay.Replay
TODO implement save game
addObstacle(JSONObject, Train) - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
Update trains method.
addPlayers(Player[]) - Method in class com.TeamJKG.LocomotionCommotion.Replay.Turn
adds the players to the turn class at the end of the turn
addRentValueMod(int) - Method in class com.TeamHEC.LocomotionCommotion.Map.Station
 
addResourceOutMod(int) - Method in class com.TeamHEC.LocomotionCommotion.Map.Station
 
addStationFaults() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
runs through the array of station faults in our JSON - removing any that have been fixed and adding any that have become faulty this turn
addStationLocks() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
Lock and unlock stations from this turn
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
 
animationComplete() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
 
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
A B C D E F G H I J K L M N O P Q R S T U V W X Y