public class ParrotModel extends SegmentedModel<ParrotEntity>
Modifier and Type | Class and Description |
---|---|
static class |
ParrotModel.State |
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
ParrotModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ModelRenderer> |
getParts() |
void |
renderOnShoulder(MatrixStack matrixStackIn,
IVertexBuilder bufferIn,
int packedLightIn,
int packedOverlayIn,
float p_228284_5_,
float p_228284_6_,
float p_228284_7_,
float p_228284_8_,
int p_228284_9_) |
void |
setLivingAnimations(ParrotEntity entityIn,
float limbSwing,
float limbSwingAmount,
float partialTick) |
void |
setRotationAngles(ParrotEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
render
copyModelAttributesTo
accept, getRenderType
public java.lang.Iterable<ModelRenderer> getParts()
getParts
in class SegmentedModel<ParrotEntity>
public void setRotationAngles(ParrotEntity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class EntityModel<ParrotEntity>
public void setLivingAnimations(ParrotEntity entityIn, float limbSwing, float limbSwingAmount, float partialTick)
setLivingAnimations
in class EntityModel<ParrotEntity>
public void renderOnShoulder(MatrixStack matrixStackIn, IVertexBuilder bufferIn, int packedLightIn, int packedOverlayIn, float p_228284_5_, float p_228284_6_, float p_228284_7_, float p_228284_8_, int p_228284_9_)