Enum 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>
,java.lang.constant.Constable
- Enclosing class:
- CrossbowAttackTask<E extends MobEntity & CrossbowUser,T extends LivingEntity>
static enum CrossbowAttackTask.CrossbowState extends Enum<CrossbowAttackTask.CrossbowState>
- Mappings:
Namespace Name official asy$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
Enum Constants Enum Constant Description CHARGED
CHARGING
READY_TO_ATTACK
UNCHARGED
-
Constructor Summary
Constructors Modifier Constructor Description private
CrossbowState()
-
Method Summary
Modifier and Type Method Description static CrossbowAttackTask.CrossbowState
valueOf(String name)
Returns the enum constant of this type with the specified name.static CrossbowAttackTask.CrossbowState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNCHARGED
- Mappings:
Namespace Name Mixin selector official a
Lasy$a;a:Lasy$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
Lasy$a;b:Lasy$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
Lasy$a;c:Lasy$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
Lasy$a;d:Lasy$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 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
-