Method
makeQuadVertexData
(cuo blockPartFace, ep enumFacing, float[] vec, deq modelRotation, cup blockPartRotation, boolean b1, boolean b2)
Source from the content-addressed store, hash-verified
| 53 | // } |
| 54 | |
| 55 | private int[] makeQuadVertexData(cuo blockPartFace, ep enumFacing, float[] vec, deq modelRotation, cup blockPartRotation, boolean b1, boolean b2) { |
| 56 | int[] data = new int[28]; |
| 57 | |
| 58 | for (int i = 0; i < 4; ++i) { |
| 59 | this.fillVertexData(data, i, enumFacing, blockPartFace, vec, modelRotation, blockPartRotation, b2); |
| 60 | } |
| 61 | |
| 62 | return data; |
| 63 | } |
| 64 | |
| 65 | private int a(ep var) { |
| 66 | float var1 = this.getFaceBrightness(var); |
Tested by
no test coverage detected