mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
No longer used
This commit is contained in:
parent
4b27e432b9
commit
44ab173613
1 changed files with 0 additions and 9 deletions
|
@ -107,15 +107,6 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel {
|
|||
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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue