Package net.minecraft.entity.ai.goal
Enum Class CrossbowAttackGoal.Stage
- All Implemented Interfaces:
Serializable
,Comparable<CrossbowAttackGoal.Stage>
,Constable
- Enclosing class:
CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>
- Mappings:
Namespace Name named net/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage
intermediary net/minecraft/class_1383$class_3744
official cdh$a
-
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 CrossbowAttackGoal.Stage
Returns the enum constant of this class with the specified name.static CrossbowAttackGoal.Stage[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNCHARGED
- Mappings:
Namespace Name Mixin selector named UNCHARGED
Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;UNCHARGED:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
intermediary field_16534
Lnet/minecraft/class_1383$class_3744;field_16534:Lnet/minecraft/class_1383$class_3744;
official a
Lcdh$a;a:Lcdh$a;
-
CHARGING
- Mappings:
Namespace Name Mixin selector named CHARGING
Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;CHARGING:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
intermediary field_16530
Lnet/minecraft/class_1383$class_3744;field_16530:Lnet/minecraft/class_1383$class_3744;
official b
Lcdh$a;b:Lcdh$a;
-
CHARGED
- Mappings:
Namespace Name Mixin selector named CHARGED
Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;CHARGED:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
intermediary field_16532
Lnet/minecraft/class_1383$class_3744;field_16532:Lnet/minecraft/class_1383$class_3744;
official c
Lcdh$a;c:Lcdh$a;
-
READY_TO_ATTACK
- Mappings:
Namespace Name Mixin selector named READY_TO_ATTACK
Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;READY_TO_ATTACK:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
intermediary field_16533
Lnet/minecraft/class_1383$class_3744;field_16533:Lnet/minecraft/class_1383$class_3744;
official d
Lcdh$a;d:Lcdh$a;
-
-
Constructor Details
-
Stage
private Stage()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-