Uses of Enum Class
net.minecraft.entity.ai.goal.Goal.Flag
Packages that use Goal.Flag
-
Uses of Goal.Flag in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal with type parameters of type Goal.FlagModifier and TypeFieldDescriptionGoalSelector.disabledFlags
Goal.flags
private final Map<Goal.Flag,
PrioritizedGoal> GoalSelector.lockedFlags
Methods in net.minecraft.entity.ai.goal that return Goal.FlagModifier 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.Methods in net.minecraft.entity.ai.goal that return types with arguments of type Goal.FlagMethods in net.minecraft.entity.ai.goal with parameters of type Goal.FlagModifier and TypeMethodDescriptionvoid
GoalSelector.disableControlFlag
(Goal.Flag p_220880_1_) void
GoalSelector.enableControlFlag
(Goal.Flag p_220886_1_) void
GoalSelector.setControlFlag
(Goal.Flag p_220878_1_, boolean p_220878_2_) Method parameters in net.minecraft.entity.ai.goal with type arguments of type Goal.Flag