Uses of Class
net.minecraft.client.render.entity.model.BipedEntityModel.ArmPose
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model |
-
Uses of BipedEntityModel.ArmPose in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return BipedEntityModel.ArmPose Modifier and Type Method Description private static BipedEntityModel.ArmPosePlayerEntityRenderer. 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.ArmPose Modifier and Type Field Description BipedEntityModel.ArmPoseBipedEntityModel. leftArmPoseBipedEntityModel.ArmPoseBipedEntityModel. rightArmPoseMethods in net.minecraft.client.render.entity.model that return BipedEntityModel.ArmPose Modifier and Type Method Description static BipedEntityModel.ArmPoseBipedEntityModel.ArmPose. valueOf(String name)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.