Uses of Class
net.minecraft.entity.ai.goal.Goal.Flag
-
Packages that use Goal.Flag Package Description net.minecraft.entity.ai.goal -
-
Uses of Goal.Flag in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal with type parameters of type Goal.Flag Modifier and Type Field Description private java.util.EnumSet<Goal.Flag>GoalSelector. disabledFlagsprivate java.util.EnumSet<Goal.Flag>Goal. flagsprivate java.util.Map<Goal.Flag,PrioritizedGoal>GoalSelector. lockedFlagsMethods in net.minecraft.entity.ai.goal that return Goal.Flag Modifier and Type Method Description static Goal.FlagGoal.Flag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Goal.Flag[]Goal.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.ai.goal that return types with arguments of type Goal.Flag Modifier and Type Method Description java.util.EnumSet<Goal.Flag>Goal. getFlags()java.util.EnumSet<Goal.Flag>PrioritizedGoal. getFlags()Methods in net.minecraft.entity.ai.goal with parameters of type Goal.Flag Modifier and Type Method Description voidGoalSelector. disableControlFlag(Goal.Flag p_220880_1_)voidGoalSelector. enableControlFlag(Goal.Flag p_220886_1_)voidGoalSelector. 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 Modifier and Type Method Description voidGoal. setFlags(java.util.EnumSet<Goal.Flag> p_220684_1_)voidPrioritizedGoal. setFlags(java.util.EnumSet<Goal.Flag> p_220684_1_)
-