Package net.minecraft.entity.mob
Enum Class IllagerEntity.State
- All Implemented Interfaces:
Serializable,Comparable<IllagerEntity.State>,Constable
- Enclosing class:
IllagerEntity
- Mappings:
Namespace Name official btl$aintermediary net/minecraft/class_1543$class_1544named net/minecraft/entity/mob/IllagerEntity$State
-
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 official aLbtl$a;a:Lbtl$a;intermediary field_7207Lnet/minecraft/class_1543$class_1544;field_7207:Lnet/minecraft/class_1543$class_1544;named CROSSEDLnet/minecraft/entity/mob/IllagerEntity$State;CROSSED:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
ATTACKING
- Mappings:
Namespace Name Mixin selector official bLbtl$a;b:Lbtl$a;intermediary field_7211Lnet/minecraft/class_1543$class_1544;field_7211:Lnet/minecraft/class_1543$class_1544;named ATTACKINGLnet/minecraft/entity/mob/IllagerEntity$State;ATTACKING:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
SPELLCASTING
- Mappings:
Namespace Name Mixin selector official cLbtl$a;c:Lbtl$a;intermediary field_7212Lnet/minecraft/class_1543$class_1544;field_7212:Lnet/minecraft/class_1543$class_1544;named SPELLCASTINGLnet/minecraft/entity/mob/IllagerEntity$State;SPELLCASTING:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
BOW_AND_ARROW
- Mappings:
Namespace Name Mixin selector official dLbtl$a;d:Lbtl$a;intermediary field_7208Lnet/minecraft/class_1543$class_1544;field_7208:Lnet/minecraft/class_1543$class_1544;named BOW_AND_ARROWLnet/minecraft/entity/mob/IllagerEntity$State;BOW_AND_ARROW:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
CROSSBOW_HOLD
- Mappings:
Namespace Name Mixin selector official eLbtl$a;e:Lbtl$a;intermediary field_7213Lnet/minecraft/class_1543$class_1544;field_7213:Lnet/minecraft/class_1543$class_1544;named CROSSBOW_HOLDLnet/minecraft/entity/mob/IllagerEntity$State;CROSSBOW_HOLD:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
CROSSBOW_CHARGE
- Mappings:
Namespace Name Mixin selector official fLbtl$a;f:Lbtl$a;intermediary field_7210Lnet/minecraft/class_1543$class_1544;field_7210:Lnet/minecraft/class_1543$class_1544;named CROSSBOW_CHARGELnet/minecraft/entity/mob/IllagerEntity$State;CROSSBOW_CHARGE:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
CELEBRATING
- Mappings:
Namespace Name Mixin selector official gLbtl$a;g:Lbtl$a;intermediary field_19012Lnet/minecraft/class_1543$class_1544;field_19012:Lnet/minecraft/class_1543$class_1544;named CELEBRATINGLnet/minecraft/entity/mob/IllagerEntity$State;CELEBRATING:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
NEUTRAL
- Mappings:
Namespace Name Mixin selector official hLbtl$a;h:Lbtl$a;intermediary field_21512Lnet/minecraft/class_1543$class_1544;field_21512:Lnet/minecraft/class_1543$class_1544;named NEUTRALLnet/minecraft/entity/mob/IllagerEntity$State;NEUTRAL:Lnet/minecraft/entity/mob/IllagerEntity$State;
-
-
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
-