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