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. disabledFlags
private java.util.EnumSet<Goal.Flag>
Goal. flags
private java.util.Map<Goal.Flag,PrioritizedGoal>
GoalSelector. lockedFlags
Methods in net.minecraft.entity.ai.goal that return Goal.Flag Modifier and Type Method Description static Goal.Flag
Goal.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 void
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 Modifier and Type Method Description void
Goal. setFlags(java.util.EnumSet<Goal.Flag> p_220684_1_)
void
PrioritizedGoal. setFlags(java.util.EnumSet<Goal.Flag> p_220684_1_)
-