Uses of Class
net.minecraft.entity.ai.goal.PrioritizedGoal
-
Packages that use 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. NO_GOALFields in net.minecraft.entity.ai.goal with type parameters of type PrioritizedGoal Modifier and Type Field Description private java.util.Set<PrioritizedGoal>GoalSelector. availableGoalsprivate java.util.Map<Goal.Flag,PrioritizedGoal>GoalSelector. lockedFlagsMethods in net.minecraft.entity.ai.goal that return types with arguments of type PrioritizedGoal Modifier and Type Method Description java.util.stream.Stream<PrioritizedGoal>GoalSelector. getRunningGoals()Methods in net.minecraft.entity.ai.goal with parameters of type PrioritizedGoal Modifier and Type Method Description booleanPrioritizedGoal. canBeReplacedBy(PrioritizedGoal p_220771_1_)
-