public class MinecartModel<T extends Entity> extends EntityModel<T>
isChild, isSitting, swingProgress
boxList, textureHeight, textureWidth
Constructor and Description |
---|
MinecartModel() |
Modifier and Type | Method and Description |
---|---|
void |
render(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
setLivingAnimations, setModelAttributes, setRotationAngles
getRandomModelBox
public void render(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class EntityModel<T extends Entity>