(dhc vector1, dhc vector2, cuo blockPartFace, ep enumFacing, deq modelRotation, cup blockPartRotation, boolean uvLocked, boolean shade)
| 16 | } |
| 17 | |
| 18 | public cum a(dhc vector1, dhc vector2, cuo blockPartFace, ep enumFacing, deq modelRotation, cup blockPartRotation, boolean uvLocked, boolean shade) { |
| 19 | int[] data = this.makeQuadVertexData(blockPartFace, enumFacing, this.getPositionsDiv16(vector1, vector2), modelRotation, blockPartRotation, uvLocked, shade); |
| 20 | ep facing = a(data); |
| 21 | if (uvLocked) { |
| 22 | this.a(data, facing, blockPartFace.d); |
| 23 | } |
| 24 | |
| 25 | if (blockPartRotation == null) { |
| 26 | this.a(data, facing); |
| 27 | } |
| 28 | |
| 29 | // fillNormal(data); |
| 30 | |
| 31 | return new cum(data, blockPartFace.b, facing, null); |
| 32 | } |
| 33 | |
| 34 | // private void fillNormal(int[] faceData) { |
| 35 | // dhc v1 = new dhc(faceData[3 * 7 + 0], faceData[3 * 7 + 1], faceData[3 * 7 + 2]); |
no test coverage detected