Enum Class CrossbowAttackTask.CrossbowState
java.lang.Object
java.lang.Enum<CrossbowAttackTask.CrossbowState>
net.minecraft.entity.ai.brain.task.CrossbowAttackTask.CrossbowState
- All Implemented Interfaces:
Serializable
,Comparable<CrossbowAttackTask.CrossbowState>
,Constable
- Enclosing class:
CrossbowAttackTask<E extends MobEntity & CrossbowUser,
T extends LivingEntity>
- Mappings:
Namespace Name official blf$a
intermediary net/minecraft/class_4810$class_4811
named net/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CrossbowAttackTask.CrossbowState[]
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 official a
Lblf$a;a:Lblf$a;
intermediary field_22295
Lnet/minecraft/class_4810$class_4811;field_22295:Lnet/minecraft/class_4810$class_4811;
named UNCHARGED
Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;UNCHARGED:Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;
-
CHARGING
- Mappings:
Namespace Name Mixin selector official b
Lblf$a;b:Lblf$a;
intermediary field_22296
Lnet/minecraft/class_4810$class_4811;field_22296:Lnet/minecraft/class_4810$class_4811;
named CHARGING
Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;CHARGING:Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;
-
CHARGED
- Mappings:
Namespace Name Mixin selector official c
Lblf$a;c:Lblf$a;
intermediary field_22297
Lnet/minecraft/class_4810$class_4811;field_22297:Lnet/minecraft/class_4810$class_4811;
named CHARGED
Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;CHARGED:Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;
-
READY_TO_ATTACK
- Mappings:
Namespace Name Mixin selector official d
Lblf$a;d:Lblf$a;
intermediary field_22298
Lnet/minecraft/class_4810$class_4811;field_22298:Lnet/minecraft/class_4810$class_4811;
named READY_TO_ATTACK
Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;READY_TO_ATTACK:Lnet/minecraft/entity/ai/brain/task/CrossbowAttackTask$CrossbowState;
-
-
Constructor Details
-
CrossbowState
private CrossbowState()
-
-
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
-