@Environment(value=CLIENT) public class ChickenEntityModel<T extends Entity> extends AnimalModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ModelPart |
beak |
private ModelPart |
field_27401 |
private ModelPart |
field_27402 |
private ModelPart |
field_27403 |
private ModelPart |
field_27404 |
private ModelPart |
head |
private ModelPart |
torso |
private ModelPart |
wattle |
child, handSwingProgress, ridinglayerFactory| Constructor and Description |
|---|
ChickenEntityModel(ModelPart modelPart) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ModelPart> |
getBodyParts() |
protected Iterable<ModelPart> |
getHeadParts() |
static class_5607 |
method_31988() |
void |
setAngles(T entity,
float limbAngle,
float limbDistance,
float animationProgress,
float headYaw,
float headPitch) |
renderanimateModel, copyStateToprivate final ModelPart head
private final ModelPart torso
private final ModelPart field_27401
private final ModelPart field_27402
private final ModelPart field_27403
private final ModelPart field_27404
private final ModelPart beak
private final ModelPart wattle
public ChickenEntityModel(ModelPart modelPart)
public static class_5607 method_31988()
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>