@Environment(value=CLIENT) public class WitherEntityModel<T extends WitherEntity> extends CompositeEntityModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ImmutableList<ModelPart> |
field_20943 |
private ModelPart[] |
field_3612 |
private ModelPart[] |
field_3613 |
child, handSwingProgress, ridinglayerFactory, textureHeight, textureWidth| Constructor and Description |
|---|
WitherEntityModel(float scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
animateModel(T t,
float float2,
float float3,
float float4) |
ImmutableList<ModelPart> |
getParts() |
void |
setAngles(T t,
float float2,
float float3,
float float4,
float float5,
float float6) |
rendercopyStateToprivate final ModelPart[] field_3613
private final ModelPart[] field_3612
private final ImmutableList<ModelPart> field_20943
public ImmutableList<ModelPart> getParts()
getParts in class CompositeEntityModel<T extends WitherEntity>public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
setAngles in class EntityModel<T extends WitherEntity>public void animateModel(T t, float float2, float float3, float float4)
animateModel in class EntityModel<T extends WitherEntity>