Uses of Enum Class
net.minecraft.world.entity.ai.goal.Goal.Flag
-
Uses of Goal.Flag in net.minecraft.world.entity.ai.goal
Modifier and TypeFieldDescriptionGoalSelector.disabledFlags
Goal.flags
private Map<Goal.Flag,WrappedGoal>
GoalSelector.lockedFlags
Modifier and TypeMethodDescriptionstatic Goal.Flag
Returns the enum constant of this class with the specified name.static Goal.Flag[]
Goal.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GoalSelector.disableControlFlag(Goal.Flag p_25356_)
void
GoalSelector.enableControlFlag(Goal.Flag p_25375_)
void
GoalSelector.setControlFlag(Goal.Flag p_25361_, boolean p_25362_)