@Environment(value=CLIENT) public class ElytraEntityModel<T extends LivingEntity> extends AnimalModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ModelPart |
field_3364 |
private ModelPart |
field_3365 |
child, handSwingProgress, ridinglayerFactory, textureHeight, textureWidth| Constructor and Description |
|---|
ElytraEntityModel() |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ModelPart> |
getBodyParts() |
protected Iterable<ModelPart> |
getHeadParts() |
void |
setAngles(T t,
float float2,
float float3,
float float4,
float float5,
float float6) |
renderanimateModel, copyStateToprivate final ModelPart field_3364
private final ModelPart field_3365
protected Iterable<ModelPart> getHeadParts()
getHeadParts in class AnimalModel<T extends LivingEntity>protected Iterable<ModelPart> getBodyParts()
getBodyParts in class AnimalModel<T extends LivingEntity>public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
setAngles in class EntityModel<T extends LivingEntity>