Package net.minecraft.entity.mob
Enum Class PiglinActivity
- All Implemented Interfaces:
Serializable
,Comparable<PiglinActivity>
,Constable
- Mappings:
Namespace Name named net/minecraft/entity/mob/PiglinActivity
intermediary net/minecraft/class_4837
official clr
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PiglinActivity
Returns the enum constant of this class with the specified name.static PiglinActivity[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ATTACKING_WITH_MELEE_WEAPON
- Mappings:
Namespace Name Mixin selector named ATTACKING_WITH_MELEE_WEAPON
Lnet/minecraft/entity/mob/PiglinActivity;ATTACKING_WITH_MELEE_WEAPON:Lnet/minecraft/entity/mob/PiglinActivity;
intermediary field_25165
Lnet/minecraft/class_4837;field_25165:Lnet/minecraft/class_4837;
official a
Lclr;a:Lclr;
-
CROSSBOW_HOLD
- Mappings:
Namespace Name Mixin selector named CROSSBOW_HOLD
Lnet/minecraft/entity/mob/PiglinActivity;CROSSBOW_HOLD:Lnet/minecraft/entity/mob/PiglinActivity;
intermediary field_22383
Lnet/minecraft/class_4837;field_22383:Lnet/minecraft/class_4837;
official b
Lclr;b:Lclr;
-
CROSSBOW_CHARGE
- Mappings:
Namespace Name Mixin selector named CROSSBOW_CHARGE
Lnet/minecraft/entity/mob/PiglinActivity;CROSSBOW_CHARGE:Lnet/minecraft/entity/mob/PiglinActivity;
intermediary field_22384
Lnet/minecraft/class_4837;field_22384:Lnet/minecraft/class_4837;
official c
Lclr;c:Lclr;
-
ADMIRING_ITEM
- Mappings:
Namespace Name Mixin selector named ADMIRING_ITEM
Lnet/minecraft/entity/mob/PiglinActivity;ADMIRING_ITEM:Lnet/minecraft/entity/mob/PiglinActivity;
intermediary field_22385
Lnet/minecraft/class_4837;field_22385:Lnet/minecraft/class_4837;
official d
Lclr;d:Lclr;
-
DANCING
- Mappings:
Namespace Name Mixin selector named DANCING
Lnet/minecraft/entity/mob/PiglinActivity;DANCING:Lnet/minecraft/entity/mob/PiglinActivity;
intermediary field_25166
Lnet/minecraft/class_4837;field_25166:Lnet/minecraft/class_4837;
official e
Lclr;e:Lclr;
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULT
Lnet/minecraft/entity/mob/PiglinActivity;DEFAULT:Lnet/minecraft/entity/mob/PiglinActivity;
intermediary field_22386
Lnet/minecraft/class_4837;field_22386:Lnet/minecraft/class_4837;
official f
Lclr;f:Lclr;
-
-
Constructor Details
-
PiglinActivity
private PiglinActivity()
-
-
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
-