Package net.minecraft.entity.mob
Enum Class IllagerEntity.State
- All Implemented Interfaces:
Serializable,Comparable<IllagerEntity.State>,Constable
- Enclosing class:
IllagerEntity
- Mappings:
Namespace Name named net/minecraft/entity/mob/IllagerEntity$Stateintermediary net/minecraft/class_1543$class_1544official cuq$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IllagerEntity.StateReturns the enum constant of this class with the specified name.static IllagerEntity.State[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CROSSED
- Mappings:
Namespace Name Mixin selector named CROSSEDLnet/minecraft/entity/mob/IllagerEntity$State;CROSSED:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_7207Lnet/minecraft/class_1543$class_1544;field_7207:Lnet/minecraft/class_1543$class_1544;official aLcuq$a;a:Lcuq$a;
-
ATTACKING
- Mappings:
Namespace Name Mixin selector named ATTACKINGLnet/minecraft/entity/mob/IllagerEntity$State;ATTACKING:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_7211Lnet/minecraft/class_1543$class_1544;field_7211:Lnet/minecraft/class_1543$class_1544;official bLcuq$a;b:Lcuq$a;
-
SPELLCASTING
- Mappings:
Namespace Name Mixin selector named SPELLCASTINGLnet/minecraft/entity/mob/IllagerEntity$State;SPELLCASTING:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_7212Lnet/minecraft/class_1543$class_1544;field_7212:Lnet/minecraft/class_1543$class_1544;official cLcuq$a;c:Lcuq$a;
-
BOW_AND_ARROW
- Mappings:
Namespace Name Mixin selector named BOW_AND_ARROWLnet/minecraft/entity/mob/IllagerEntity$State;BOW_AND_ARROW:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_7208Lnet/minecraft/class_1543$class_1544;field_7208:Lnet/minecraft/class_1543$class_1544;official dLcuq$a;d:Lcuq$a;
-
CROSSBOW_HOLD
- Mappings:
Namespace Name Mixin selector named CROSSBOW_HOLDLnet/minecraft/entity/mob/IllagerEntity$State;CROSSBOW_HOLD:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_7213Lnet/minecraft/class_1543$class_1544;field_7213:Lnet/minecraft/class_1543$class_1544;official eLcuq$a;e:Lcuq$a;
-
CROSSBOW_CHARGE
- Mappings:
Namespace Name Mixin selector named CROSSBOW_CHARGELnet/minecraft/entity/mob/IllagerEntity$State;CROSSBOW_CHARGE:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_7210Lnet/minecraft/class_1543$class_1544;field_7210:Lnet/minecraft/class_1543$class_1544;official fLcuq$a;f:Lcuq$a;
-
CELEBRATING
- Mappings:
Namespace Name Mixin selector named CELEBRATINGLnet/minecraft/entity/mob/IllagerEntity$State;CELEBRATING:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_19012Lnet/minecraft/class_1543$class_1544;field_19012:Lnet/minecraft/class_1543$class_1544;official gLcuq$a;g:Lcuq$a;
-
NEUTRAL
- Mappings:
Namespace Name Mixin selector named NEUTRALLnet/minecraft/entity/mob/IllagerEntity$State;NEUTRAL:Lnet/minecraft/entity/mob/IllagerEntity$State;intermediary field_21512Lnet/minecraft/class_1543$class_1544;field_21512:Lnet/minecraft/class_1543$class_1544;official hLcuq$a;h:Lcuq$a;
-
-
Constructor Details
-
State
private State()
-
-
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
-