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.disabledFlags
Goal.flags
private final Map
<Goal.Flag, WrappedGoal> GoalSelector.lockedFlags
Goals currently using a particular flagMethods in net.minecraft.world.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.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 TypeMethodDescriptionvoid
GoalSelector.disableControlFlag
(Goal.Flag pFlag) void
GoalSelector.enableControlFlag
(Goal.Flag pFlag) void
GoalSelector.setControlFlag
(Goal.Flag pFlag, boolean pEnabled) Method parameters in net.minecraft.world.entity.ai.goal with type arguments of type Goal.FlagModifier and TypeMethodDescriptionprivate static boolean
GoalSelector.goalCanBeReplacedForAllFlags
(WrappedGoal pGoal, Map<Goal.Flag, WrappedGoal> pFlag) private static boolean
GoalSelector.goalContainsAnyFlags
(WrappedGoal pGoal, EnumSet<Goal.Flag> pFlag) void
void