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. controlsprivate EnumSet<Goal.Control>GoalSelector. disabledControlsprivate Map<Goal.Control,PrioritizedGoal>GoalSelector. goalsByControlMethods in net.minecraft.entity.ai.goal that return Goal.Control Modifier and Type Method Description static Goal.ControlGoal.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 voidGoalSelector. disableControl(Goal.Control control)voidGoalSelector. enableControl(Goal.Control control)voidGoalSelector. 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 voidGoal. setControls(EnumSet<Goal.Control> controls)voidPrioritizedGoal. setControls(EnumSet<Goal.Control> controls)