Package net.minecraft.entity.mob
Enum Class PiglinActivity
- All Implemented Interfaces:
Serializable
,Comparable<PiglinActivity>
,Constable
- Mappings:
Namespace Name official bvh
intermediary net/minecraft/class_4837
named net/minecraft/entity/mob/PiglinActivity
-
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 official a
Lbvh;a:Lbvh;
intermediary field_25165
Lnet/minecraft/class_4837;field_25165:Lnet/minecraft/class_4837;
named ATTACKING_WITH_MELEE_WEAPON
Lnet/minecraft/entity/mob/PiglinActivity;ATTACKING_WITH_MELEE_WEAPON:Lnet/minecraft/entity/mob/PiglinActivity;
-
CROSSBOW_HOLD
- Mappings:
Namespace Name Mixin selector official b
Lbvh;b:Lbvh;
intermediary field_22383
Lnet/minecraft/class_4837;field_22383:Lnet/minecraft/class_4837;
named CROSSBOW_HOLD
Lnet/minecraft/entity/mob/PiglinActivity;CROSSBOW_HOLD:Lnet/minecraft/entity/mob/PiglinActivity;
-
CROSSBOW_CHARGE
- Mappings:
Namespace Name Mixin selector official c
Lbvh;c:Lbvh;
intermediary field_22384
Lnet/minecraft/class_4837;field_22384:Lnet/minecraft/class_4837;
named CROSSBOW_CHARGE
Lnet/minecraft/entity/mob/PiglinActivity;CROSSBOW_CHARGE:Lnet/minecraft/entity/mob/PiglinActivity;
-
ADMIRING_ITEM
- Mappings:
Namespace Name Mixin selector official d
Lbvh;d:Lbvh;
intermediary field_22385
Lnet/minecraft/class_4837;field_22385:Lnet/minecraft/class_4837;
named ADMIRING_ITEM
Lnet/minecraft/entity/mob/PiglinActivity;ADMIRING_ITEM:Lnet/minecraft/entity/mob/PiglinActivity;
-
DANCING
- Mappings:
Namespace Name Mixin selector official e
Lbvh;e:Lbvh;
intermediary field_25166
Lnet/minecraft/class_4837;field_25166:Lnet/minecraft/class_4837;
named DANCING
Lnet/minecraft/entity/mob/PiglinActivity;DANCING:Lnet/minecraft/entity/mob/PiglinActivity;
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official f
Lbvh;f:Lbvh;
intermediary field_22386
Lnet/minecraft/class_4837;field_22386:Lnet/minecraft/class_4837;
named DEFAULT
Lnet/minecraft/entity/mob/PiglinActivity;DEFAULT:Lnet/minecraft/entity/mob/PiglinActivity;
-
-
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
-