MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / makeQuadVertexData

Method makeQuadVertexData

Minecraft-Utils/1.13/src/FaceBakery.java:55–63  ·  view source on GitHub ↗
(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);

Callers 1

aMethod · 0.95

Calls 1

fillVertexDataMethod · 0.95

Tested by

no test coverage detected