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.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.ArmPose Modifier and Type Field Description BipedEntityModel.ArmPose
BipedEntityModel. leftArmPose
BipedEntityModel.ArmPose
BipedEntityModel. rightArmPose
Methods in net.minecraft.client.render.entity.model that return BipedEntityModel.ArmPose Modifier and Type Method Description static BipedEntityModel.ArmPose
BipedEntityModel.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.