Basic reformat, hit once, hope never again

This commit is contained in:
thatsIch
2015-04-03 08:54:31 +02:00
parent 4ff1631f89
commit d34c988c88
886 changed files with 31400 additions and 30990 deletions
@@ -18,9 +18,11 @@
package appeng.client.render.model;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
public class ModelCompass extends ModelBase
{
@@ -33,7 +35,8 @@ public class ModelCompass extends ModelBase
final ModelRenderer Pointer;
public ModelCompass() {
public ModelCompass()
{
this.textureWidth = 16;
this.textureHeight = 8;
@@ -90,14 +93,14 @@ public class ModelCompass extends ModelBase
this.setRotation( this.Base, 0F, 0F, 0F );
}
private void setRotation(ModelRenderer model, float x, float y, float z)
private void setRotation( ModelRenderer model, float x, float y, float z )
{
model.rotateAngleX = x;
model.rotateAngleY = y;
model.rotateAngleZ = z;
}
public void renderAll(float rad)
public void renderAll( float rad )
{
this.setRotation( this.Pointer, 0F, 0F, 0F );