Package | Description |
---|---|
net.minecraft.entity.ai.goal |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumSet<Goal.Flag> |
GoalSelector.disabledFlags |
private java.util.Map<Goal.Flag,PrioritizedGoal> |
GoalSelector.flagGoals |
private java.util.EnumSet<Goal.Flag> |
Goal.flags |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<Goal.Flag> |
PrioritizedGoal.getMutexFlags() |
java.util.EnumSet<Goal.Flag> |
Goal.getMutexFlags() |
Modifier and Type | Method and Description |
---|---|
void |
GoalSelector.disableFlag(Goal.Flag p_220880_1_) |
void |
GoalSelector.enableFlag(Goal.Flag p_220886_1_) |
void |
GoalSelector.setFlag(Goal.Flag p_220878_1_,
boolean p_220878_2_) |
Modifier and Type | Method and Description |
---|---|
void |
PrioritizedGoal.setMutexFlags(java.util.EnumSet<Goal.Flag> flagSet) |
void |
Goal.setMutexFlags(java.util.EnumSet<Goal.Flag> flagSet) |