@Environment(value=CLIENT) public class WitherEntityModel<T extends WitherEntity> extends CompositeEntityModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ModelPart[] |
bodySegments |
private ModelPart[] |
heads |
private ImmutableList<ModelPart> |
parts |
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[] bodySegments
private final ModelPart[] heads
private final ImmutableList<ModelPart> parts
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>