public class DolphinModel<T extends Entity> extends SegmentedModel<T>
Modifier and Type | Field and Description |
---|---|
private ModelRenderer |
body |
private ModelRenderer |
tail |
private ModelRenderer |
tailFin |
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
DolphinModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ModelRenderer> |
getParts() |
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
render
copyModelAttributesTo, setLivingAnimations
accept, getRenderType
private final ModelRenderer body
private final ModelRenderer tail
private final ModelRenderer tailFin
public java.lang.Iterable<ModelRenderer> getParts()
getParts
in class SegmentedModel<T extends Entity>
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<T extends Entity>