Package net.minecraft.entity.ai.goal
Enum Goal.Control
- All Implemented Interfaces:
Serializable,Comparable<Goal.Control>,java.lang.constant.Constable
- Enclosing class:
- Goal
- Mappings:
Namespace Name official ayw$aintermediary net/minecraft/class_1352$class_4134named net/minecraft/entity/ai/goal/Goal$Control
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Goal.ControlReturns the enum constant of this type with the specified name.static Goal.Control[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MOVE
- Mappings:
Namespace Name Mixin selector official aLayw$a;a:Layw$a;intermediary field_18405Lnet/minecraft/class_1352$class_4134;field_18405:Lnet/minecraft/class_1352$class_4134;named MOVELnet/minecraft/entity/ai/goal/Goal$Control;MOVE:Lnet/minecraft/entity/ai/goal/Goal$Control;
-
LOOK
- Mappings:
Namespace Name Mixin selector official bLayw$a;b:Layw$a;intermediary field_18406Lnet/minecraft/class_1352$class_4134;field_18406:Lnet/minecraft/class_1352$class_4134;named LOOKLnet/minecraft/entity/ai/goal/Goal$Control;LOOK:Lnet/minecraft/entity/ai/goal/Goal$Control;
-
JUMP
- Mappings:
Namespace Name Mixin selector official cLayw$a;c:Layw$a;intermediary field_18407Lnet/minecraft/class_1352$class_4134;field_18407:Lnet/minecraft/class_1352$class_4134;named JUMPLnet/minecraft/entity/ai/goal/Goal$Control;JUMP:Lnet/minecraft/entity/ai/goal/Goal$Control;
-
TARGET
- Mappings:
Namespace Name Mixin selector official dLayw$a;d:Layw$a;intermediary field_18408Lnet/minecraft/class_1352$class_4134;field_18408:Lnet/minecraft/class_1352$class_4134;named TARGETLnet/minecraft/entity/ai/goal/Goal$Control;TARGET:Lnet/minecraft/entity/ai/goal/Goal$Control;
-
-
Constructor Details
-
Control
private Control()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-