Uses of Enum Class
net.minecraft.world.entity.ai.goal.Goal.Flag
Packages that use Goal.Flag
-
Uses of Goal.Flag in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal with type parameters of type Goal.FlagModifier and TypeFieldDescriptionGoalSelector.disabledFlagsGoal.flagsprivate final Map<Goal.Flag, WrappedGoal> GoalSelector.lockedFlagsMethods in net.minecraft.world.entity.ai.goal that return Goal.FlagModifier and TypeMethodDescriptionstatic Goal.FlagReturns 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.Methods in net.minecraft.world.entity.ai.goal that return types with arguments of type Goal.FlagMethods in net.minecraft.world.entity.ai.goal with parameters of type Goal.FlagModifier and TypeMethodDescriptionvoidGoalSelector.disableControlFlag(Goal.Flag p_25356_) voidGoalSelector.enableControlFlag(Goal.Flag p_25375_) voidGoalSelector.setControlFlag(Goal.Flag p_25361_, boolean p_25362_) Method parameters in net.minecraft.world.entity.ai.goal with type arguments of type Goal.FlagModifier and TypeMethodDescriptionprivate static booleanGoalSelector.goalCanBeReplacedForAllFlags(WrappedGoal p_186079_, Map<Goal.Flag, WrappedGoal> p_186080_) private static booleanGoalSelector.goalContainsAnyFlags(WrappedGoal p_186076_, EnumSet<Goal.Flag> p_186077_) voidvoid