public class MinecartModel<T extends Entity> extends SegmentedModel<T>
Modifier and Type | Field and Description |
---|---|
private ModelRenderer[] |
sideModels |
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
MinecartModel() |
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[] sideModels
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<T extends Entity>
public java.lang.Iterable<ModelRenderer> getParts()
getParts
in class SegmentedModel<T extends Entity>