Uses of Enum
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(AbstractClientPlayerEntity player, Hand hand)
-
Uses of BipedEntityModel.ArmPose in net.minecraft.client.render.entity.model
Fields 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.ArmPose
Returns the enum constant of this type with the specified name.static BipedEntityModel.ArmPose[]
BipedEntityModel.ArmPose.values()
Returns an array containing the constants of this enum type, in the order they are declared.