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 PrioritizedGoal
GoalSelector. NO_GOAL
Fields in net.minecraft.entity.ai.goal with type parameters of type PrioritizedGoal Modifier and Type Field Description private java.util.Set<PrioritizedGoal>
GoalSelector. availableGoals
private java.util.Map<Goal.Flag,PrioritizedGoal>
GoalSelector. lockedFlags
Methods 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 boolean
PrioritizedGoal. canBeReplacedBy(PrioritizedGoal p_220771_1_)
-