Uses of Enum Class
net.minecraft.client.renderer.entity.model.BipedModel.ArmPose
Packages that use BipedModel.ArmPose
-
Uses of BipedModel.ArmPose in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return BipedModel.ArmPoseModifier and TypeMethodDescriptionprivate static BipedModel.ArmPosePlayerRenderer.getArmPose(AbstractClientPlayerEntity p_241741_0_, Hand p_241741_1_) -
Uses of BipedModel.ArmPose in net.minecraft.client.renderer.entity.model
Fields in net.minecraft.client.renderer.entity.model declared as BipedModel.ArmPoseMethods in net.minecraft.client.renderer.entity.model that return BipedModel.ArmPoseModifier and TypeMethodDescriptionstatic BipedModel.ArmPoseReturns the enum constant of this class with the specified name.static BipedModel.ArmPose[]BipedModel.ArmPose.values()Returns an array containing the constants of this enum class, in the order they are declared.