@Environment(value=CLIENT) public class QuadrupedEntityModel<T extends Entity> extends AnimalModel<T>
| Modifier and Type | Field and Description |
|---|---|
protected ModelPart |
field_27476 |
protected ModelPart |
field_27477 |
protected ModelPart |
field_27478 |
protected ModelPart |
field_27479 |
protected ModelPart |
head |
protected ModelPart |
torso |
child, handSwingProgress, ridinglayerFactory| Modifier | Constructor and Description |
|---|---|
protected |
QuadrupedEntityModel(ModelPart modelPart,
boolean bool,
float float2,
float float3,
float float4,
float float5,
int int2) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ModelPart> |
getBodyParts() |
protected Iterable<ModelPart> |
getHeadParts() |
static class_5609 |
method_32033(int int2,
class_5605 class_5605) |
void |
setAngles(T entity,
float limbAngle,
float limbDistance,
float animationProgress,
float headYaw,
float headPitch) |
renderanimateModel, copyStateToprotected final ModelPart head
protected final ModelPart torso
protected final ModelPart field_27476
protected final ModelPart field_27477
protected final ModelPart field_27478
protected final ModelPart field_27479
protected QuadrupedEntityModel(ModelPart modelPart, boolean bool, float float2, float float3, float float4, float float5, int int2)
public static class_5609 method_32033(int int2, class_5605 class_5605)
protected Iterable<ModelPart> getHeadParts()
getHeadParts in class AnimalModel<T extends Entity>protected Iterable<ModelPart> getBodyParts()
getBodyParts in class AnimalModel<T extends Entity>public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)
setAngles in class EntityModel<T extends Entity>