public class ModelShulker extends ModelBase
| Modifier and Type | Field and Description | 
|---|---|
ModelRenderer | 
head  | 
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth| Constructor and Description | 
|---|
ModelShulker()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getModelVersion()  | 
void | 
render(Entity entityIn,
      float limbSwing,
      float limbSwingAmount,
      float ageInTicks,
      float netHeadYaw,
      float headPitch,
      float scale)  | 
void | 
setLivingAnimations(EntityLivingBase entitylivingbaseIn,
                   float p_78086_2_,
                   float p_78086_3_,
                   float partialTickTime)  | 
void | 
setRotationAngles(float limbSwing,
                 float limbSwingAmount,
                 float ageInTicks,
                 float netHeadYaw,
                 float headPitch,
                 float scaleFactor,
                 Entity entityIn)  | 
copyModelAngles, getRandomModelBox, getTextureOffset, setModelAttributes, setTextureOffsetpublic ModelRenderer head
public int getModelVersion()
public void setLivingAnimations(EntityLivingBase entitylivingbaseIn, float p_78086_2_, float p_78086_3_, float partialTickTime)
setLivingAnimations in class ModelBasepublic void setRotationAngles(float limbSwing,
                              float limbSwingAmount,
                              float ageInTicks,
                              float netHeadYaw,
                              float headPitch,
                              float scaleFactor,
                              Entity entityIn)
setRotationAngles in class ModelBase