Uses of Class
com.TeamHEC.LocomotionCommotion.Goal.GoalActor

Packages that use GoalActor
com.TeamHEC.LocomotionCommotion.Goal   
 

Uses of GoalActor in com.TeamHEC.LocomotionCommotion.Goal
 

Fields in com.TeamHEC.LocomotionCommotion.Goal declared as GoalActor
static GoalActor Goal.goalActor
           
static GoalActor PlayerGoals.newgoal1
           
static GoalActor GoalMenu.newgoal1
           
static GoalActor PlayerGoals.newgoal2
           
static GoalActor GoalMenu.newgoal2
           
static GoalActor PlayerGoals.newgoal3
           
static GoalActor GoalMenu.newgoal3
           
static GoalActor GoalMenu.newgoal4
           
static GoalActor GoalMenu.newgoal5
           
static GoalActor GoalMenu.newgoal6
           
static GoalActor GoalMenu.newgoal7
           
static GoalActor GoalMenu.newgoal8
           
static GoalActor GoalMenu.newgoal9
           
static GoalActor GoalMenu.selectedGoal
           
static GoalActor PlayerGoals.selectedGoalActor
           
 

Fields in com.TeamHEC.LocomotionCommotion.Goal with type parameters of type GoalActor
static java.util.ArrayList<GoalActor> GoalMenu.createdGoals
           
static java.util.HashMap<java.lang.String,GoalActor> PlayerGoals.playerGoalActors
           
 

Methods in com.TeamHEC.LocomotionCommotion.Goal with parameters of type GoalActor
static boolean PlayerGoals.addGoal(GoalActor newgoal)
          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.
 void Goal.setActor(GoalActor actor)
          Sets the goal actor for the goal