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.ArmPoseAbstractIllagerEntity. getArmPose()AbstractIllagerEntity.ArmPoseIllusionerEntity. getArmPose()AbstractIllagerEntity.ArmPosePillagerEntity. getArmPose()AbstractIllagerEntity.ArmPoseSpellcastingIllagerEntity. getArmPose()AbstractIllagerEntity.ArmPoseVindicatorEntity. getArmPose()static AbstractIllagerEntity.ArmPoseAbstractIllagerEntity.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.
-