Package | Description |
---|---|
com.TeamHEC.LocomotionCommotion.Goal |
Modifier and Type | Field and Description |
---|---|
static GoalActor |
Goal.goalActor |
static GoalActor |
GoalMenu.newgoal1 |
static GoalActor |
PlayerGoals.newgoal1 |
static GoalActor |
GoalMenu.newgoal2 |
static GoalActor |
PlayerGoals.newgoal2 |
static GoalActor |
GoalMenu.newgoal3 |
static GoalActor |
PlayerGoals.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 |
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<GoalActor> |
GoalMenu.createdGoals |
static java.util.HashMap<java.lang.String,GoalActor> |
PlayerGoals.playerGoalActors |
Modifier and Type | Method and Description |
---|---|
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) |