public class BoatModel extends SegmentedModel<BoatEntity>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
BoatModel() |
Modifier and Type | Method and Description |
---|---|
protected void |
func_228244_a_(BoatEntity p_228244_1_,
int p_228244_2_,
float p_228244_3_) |
ModelRenderer |
func_228245_c_() |
com.google.common.collect.ImmutableList<ModelRenderer> |
getParts() |
protected ModelRenderer |
makePaddle(boolean p_187056_1_) |
void |
setRotationAngles(BoatEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
render
copyModelAttributesTo, setLivingAnimations
accept, getRenderType
public void setRotationAngles(BoatEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<BoatEntity>
public com.google.common.collect.ImmutableList<ModelRenderer> getParts()
getParts
in class SegmentedModel<BoatEntity>
public ModelRenderer func_228245_c_()
protected ModelRenderer makePaddle(boolean p_187056_1_)
protected void func_228244_a_(BoatEntity p_228244_1_, int p_228244_2_, float p_228244_3_)