Package net.minecraft.entity.mob
Enum IllagerEntity.State
- All Implemented Interfaces:
Serializable,Comparable<IllagerEntity.State>,java.lang.constant.Constable
- Enclosing class:
- IllagerEntity
- Mappings:
Namespace Name official bgn$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 type with the specified name.static IllagerEntity.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CROSSED
- Mappings:
Namespace Name Mixin selector official aLbgn$a;a:Lbgn$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 bLbgn$a;b:Lbgn$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 cLbgn$a;c:Lbgn$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 dLbgn$a;d:Lbgn$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 eLbgn$a;e:Lbgn$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 fLbgn$a;f:Lbgn$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 gLbgn$a;g:Lbgn$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 hLbgn$a;h:Lbgn$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 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
-