Uses of Class
net.minecraft.entity.ai.goal.PrioritizedGoal
Packages that use PrioritizedGoal
-
Uses of PrioritizedGoal in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as PrioritizedGoalModifier and TypeFieldDescriptionprivate static final PrioritizedGoalGoalSelector.REPLACEABLE_GOALFields in net.minecraft.entity.ai.goal with type parameters of type PrioritizedGoalModifier and TypeFieldDescriptionprivate final Set<PrioritizedGoal>GoalSelector.goalsprivate final Map<Goal.Control,PrioritizedGoal> GoalSelector.goalsByControlMethods in net.minecraft.entity.ai.goal that return types with arguments of type PrioritizedGoalMethods in net.minecraft.entity.ai.goal with parameters of type PrioritizedGoalModifier and TypeMethodDescriptionbooleanPrioritizedGoal.canBeReplacedBy(PrioritizedGoal goal) private static booleanGoalSelector.method_38063(PrioritizedGoal prioritizedGoal, EnumSet<Goal.Control> enumSet) private static booleanGoalSelector.method_38064(PrioritizedGoal prioritizedGoal, Map<Goal.Control, PrioritizedGoal> map) Method parameters in net.minecraft.entity.ai.goal with type arguments of type PrioritizedGoalModifier and TypeMethodDescriptionprivate static booleanGoalSelector.method_38064(PrioritizedGoal prioritizedGoal, Map<Goal.Control, PrioritizedGoal> map)