Uses of Class
net.minecraft.entity.ai.goal.Goal.Control
Package | Description |
---|---|
net.minecraft.entity.ai.goal |
-
Uses of Goal.Control in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal with type parameters of type Goal.Control Modifier and Type Field Description private EnumSet<Goal.Control>
Goal. controls
private EnumSet<Goal.Control>
GoalSelector. disabledControls
private Map<Goal.Control,PrioritizedGoal>
GoalSelector. goalsByControl
Methods in net.minecraft.entity.ai.goal that return Goal.Control Modifier and Type Method Description static Goal.Control
Goal.Control. valueOf(String name)
Returns the enum constant of this type with the specified name.static Goal.Control[]
Goal.Control. 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.Control Modifier and Type Method Description EnumSet<Goal.Control>
Goal. getControls()
EnumSet<Goal.Control>
PrioritizedGoal. getControls()
Methods in net.minecraft.entity.ai.goal with parameters of type Goal.Control Modifier and Type Method Description void
GoalSelector. disableControl(Goal.Control control)
void
GoalSelector. enableControl(Goal.Control control)
void
GoalSelector. setControlEnabled(Goal.Control control, boolean enabled)
Method parameters in net.minecraft.entity.ai.goal with type arguments of type Goal.Control Modifier and Type Method Description void
Goal. setControls(EnumSet<Goal.Control> controls)
void
PrioritizedGoal. setControls(EnumSet<Goal.Control> controls)