@@ -14,7 +14,6 @@ public class ModelMiner extends ModelBase
1414 ModelRenderer leftarm ;
1515 ModelRenderer rightleg ;
1616 ModelRenderer leftleg ;
17-
1817 public ModelMiner ()
1918 {
2019 textureWidth = 64 ;
@@ -57,7 +56,6 @@ public ModelMiner()
5756 leftleg .mirror = true ;
5857 setRotation (leftleg , 0F , 0F , 0F );
5958 }
60-
6159 public void render (Entity entity , float f , float f1 , float f2 , float f3 , float f4 , float f5 )
6260 {
6361 super .render (entity , f , f1 , f2 , f3 , f4 , f5 );
@@ -69,14 +67,12 @@ public void render(Entity entity, float f, float f1, float f2, float f3, float f
6967 rightleg .render (f5 );
7068 leftleg .render (f5 );
7169 }
72-
7370 private void setRotation (ModelRenderer model , float x , float y , float z )
7471 {
7572 model .rotateAngleX = x ;
7673 model .rotateAngleY = y ;
7774 model .rotateAngleZ = z ;
7875 }
79-
8076 public void setRotationAngles (float f , float f1 , float f2 , float f3 , float f4 , float f5 , Entity par6Entity )
8177 {
8278 this .head .rotateAngleY = f3 / (180F / (float )Math .PI );
@@ -94,5 +90,4 @@ public void setRotationAngles(float f, float f1, float f2, float f3, float f4, f
9490 this .rightarm .rotateAngleX = MathHelper .cos (f * 0.6662F + (float )Math .PI ) * 2.0F * f1 * 0.5F ;
9591 this .rightarm .rotateAngleY = 0.0F ;
9692 }
97-
9893}
0 commit comments