Uses of Class
net.minecraft.entity.ai.goal.PrioritizedGoal
| Package | Description |
|---|---|
| net.minecraft.entity.ai.goal |
-
Uses of PrioritizedGoal in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as PrioritizedGoal Modifier and Type Field Description private static PrioritizedGoalGoalSelector. REPLACEABLE_GOALFields in net.minecraft.entity.ai.goal with type parameters of type PrioritizedGoal Modifier and Type Field Description private Set<PrioritizedGoal>GoalSelector. goalsprivate Map<Goal.Control,PrioritizedGoal>GoalSelector. goalsByControlMethods in net.minecraft.entity.ai.goal that return types with arguments of type PrioritizedGoal Modifier and Type Method Description Stream<PrioritizedGoal>GoalSelector. getRunningGoals()Set<PrioritizedGoal>GoalSelector. method_35115()Methods in net.minecraft.entity.ai.goal with parameters of type PrioritizedGoal Modifier and Type Method Description booleanPrioritizedGoal. canBeReplacedBy(PrioritizedGoal goal)