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.entity
Methods in net.minecraft.client.render.entity that return BipedEntityModel.ArmPoseModifier and TypeMethodDescriptionprivate static BipedEntityModel.ArmPose
PlayerEntityRenderer.getArmPose
(PlayerEntityRenderState state, PlayerEntityRenderState.HandState handState, Hand hand) static BipedEntityModel.ArmPose
PlayerEntityRenderer.getArmPose
(PlayerEntityRenderState state, Arm arm) -
Uses of BipedEntityModel.ArmPose in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model that return BipedEntityModel.ArmPoseModifier and TypeMethodDescriptionprotected BipedEntityModel.ArmPose
BipedEntityModel.getArmPose
(T state, Arm arm) protected BipedEntityModel.ArmPose
DrownedEntityModel.getArmPose
(ZombieEntityRenderState zombieEntityRenderState, Arm arm) protected BipedEntityModel.ArmPose
PlayerEntityModel.getArmPose
(PlayerEntityRenderState playerEntityRenderState, Arm arm) protected BipedEntityModel.ArmPose
SkeletonEntityModel.getArmPose
(S s, Arm arm) static BipedEntityModel.ArmPose
Returns 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.Methods in net.minecraft.client.render.entity.model with parameters of type BipedEntityModel.ArmPoseModifier and TypeMethodDescriptionprivate void
BipedEntityModel.positionLeftArm
(T state, BipedEntityModel.ArmPose armPose) private void
BipedEntityModel.positionRightArm
(T state, BipedEntityModel.ArmPose armPose)