No longer used

This commit is contained in:
Sollace 2018-04-29 11:57:59 +02:00
parent 4b27e432b9
commit 44ab173613

View file

@ -107,15 +107,6 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel {
return swingProgress; return swingProgress;
} }
/**
* Adjusts the rotation center of the given renderer by the given amounts in each direction.
*/
public void shiftRotationPoint(ModelRenderer renderer, float x, float y, float z) {
renderer.rotationPointX += x;
renderer.rotationPointY += y;
renderer.rotationPointZ += z;
}
/** /**
* Rotates the provided arm to the correct orientation for holding an item. * Rotates the provided arm to the correct orientation for holding an item.
* *