Uses of Enum Class
net.minecraft.client.render.entity.model.BipedEntityModel.ArmPose
Packages that use BipedEntityModel.ArmPose
- 
Uses of BipedEntityModel.ArmPose in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity that return BipedEntityModel.ArmPoseModifier and TypeMethodDescriptionprivate static BipedEntityModel.ArmPosePlayerEntityRenderer.getArmPose(AbstractClientPlayerEntity player, Hand hand) 
- 
Uses of BipedEntityModel.ArmPose in net.minecraft.client.render.entity.modelFields in net.minecraft.client.render.entity.model declared as BipedEntityModel.ArmPoseMethods in net.minecraft.client.render.entity.model that return BipedEntityModel.ArmPoseModifier and TypeMethodDescriptionstatic BipedEntityModel.ArmPoseReturns the enum constant of this class with the specified name.static BipedEntityModel.ArmPose[]BipedEntityModel.ArmPose.values()Returns an array containing the constants of this enum class, in the order they are declared.