@Environment(value=CLIENT) public class MagmaCubeEntityModel<T extends SlimeEntity> extends CompositeEntityModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ModelPart[] |
field_3427 |
private ModelPart |
innerCube |
private ImmutableList<ModelPart> |
parts |
child, handSwingProgress, ridinglayerFactory, textureHeight, textureWidth| Constructor and Description |
|---|
MagmaCubeEntityModel() |
| 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_3427
private final ModelPart innerCube
private final ImmutableList<ModelPart> parts
public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
setAngles in class EntityModel<T extends SlimeEntity>public void animateModel(T t, float float2, float float3, float float4)
animateModel in class EntityModel<T extends SlimeEntity>public ImmutableList<ModelPart> getParts()
getParts in class CompositeEntityModel<T extends SlimeEntity>