Uses of Enum Class
net.minecraft.client.model.HumanoidModel.ArmPose
Packages that use HumanoidModel.ArmPose
Package
Description
- 
Uses of HumanoidModel.ArmPose in net.minecraft.client.modelFields in net.minecraft.client.model declared as HumanoidModel.ArmPoseMethods in net.minecraft.client.model that return HumanoidModel.ArmPoseModifier and TypeMethodDescriptionstatic HumanoidModel.ArmPoseHumanoidModel.ArmPose.create(String name, boolean twoHanded, IArmPoseTransformer forgeArmPose) static HumanoidModel.ArmPoseReturns the enum constant of this class with the specified name.static HumanoidModel.ArmPose[]HumanoidModel.ArmPose.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of HumanoidModel.ArmPose in net.minecraft.client.renderer.entity.playerMethods in net.minecraft.client.renderer.entity.player that return HumanoidModel.ArmPoseModifier and TypeMethodDescriptionprivate static HumanoidModel.ArmPosePlayerRenderer.getArmPose(AbstractClientPlayer p_117795_, InteractionHand p_117796_) 
- 
Uses of HumanoidModel.ArmPose in net.neoforged.neoforge.client.extensions.commonMethods in net.neoforged.neoforge.client.extensions.common that return HumanoidModel.ArmPoseModifier and TypeMethodDescriptiondefault HumanoidModel.ArmPoseIClientItemExtensions.getArmPose(LivingEntity entityLiving, InteractionHand hand, ItemStack itemStack) This method returns an ArmPose that can be defined using thecreate(String, boolean, IArmPoseTransformer)method.