@Environment(value=CLIENT) public class SmallTropicalFishEntityModel<T extends Entity> extends TintableCompositeModel<T>
Modifier and Type | Field and Description |
---|---|
private ModelPart |
body |
private ModelPart |
field_3587 |
private ModelPart |
field_3588 |
private ModelPart |
field_3590 |
private ModelPart |
field_3591 |
child, handSwingProgress, riding
layerFactory, textureHeight, textureWidth
Constructor and Description |
---|
SmallTropicalFishEntityModel(float scale) |
Modifier and Type | Method and Description |
---|---|
Iterable<ModelPart> |
getParts() |
void |
setAngles(T entity,
float limbAngle,
float limbDistance,
float animationProgress,
float headYaw,
float headPitch) |
render, setColorMultiplier
animateModel, copyStateTo
private final ModelPart body
private final ModelPart field_3591
private final ModelPart field_3590
private final ModelPart field_3588
private final ModelPart field_3587
public Iterable<ModelPart> getParts()
getParts
in class CompositeEntityModel<T extends Entity>
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)
setAngles
in class EntityModel<T extends Entity>