@Environment(value=CLIENT) public class SquidEntityModel<T extends Entity> extends CompositeEntityModel<T>
| Modifier and Type | Field and Description |
|---|---|
private ImmutableList<ModelPart> |
field_20942 |
private ModelPart[] |
field_3574 |
private ModelPart |
head |
child, handSwingProgress, ridinglayerFactory, textureHeight, textureWidth| Constructor and Description |
|---|
SquidEntityModel() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ModelPart> |
getParts() |
void |
setAngles(T entity,
float limbAngle,
float limbDistance,
float customAngle,
float headYaw,
float headPitch) |
renderanimateModel, copyStateToprivate final ModelPart head
private final ModelPart[] field_3574
private final ImmutableList<ModelPart> field_20942
public void setAngles(T entity, float limbAngle, float limbDistance, float customAngle, float headYaw, float headPitch)
setAngles in class EntityModel<T extends Entity>