Uses of Class
net.minecraft.entity.monster.piglin.PiglinAction
-
Packages that use PiglinAction Package Description net.minecraft.entity.monster.piglin -
-
Uses of PiglinAction in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin that return PiglinAction Modifier and Type Method Description abstract PiglinAction
AbstractPiglinEntity. getArmPose()
PiglinAction
PiglinBruteEntity. getArmPose()
PiglinAction
PiglinEntity. getArmPose()
static PiglinAction
PiglinAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PiglinAction[]
PiglinAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-