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

Method a

Minecraft-Utils/1.13/src/FaceBakery.java:18–32  ·  view source on GitHub ↗
(dhc vector1, dhc vector2, cuo blockPartFace, ep enumFacing, deq modelRotation, cup blockPartRotation, boolean uvLocked, boolean shade)

Source from the content-addressed store, hash-verified

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]);

Callers 5

fillVertexDataMethod · 0.95
ConstantsClass · 0.45
getPositionsDiv16Method · 0.45
storeVertexDataMethod · 0.45
rotateScaleMethod · 0.45

Calls 8

makeQuadVertexDataMethod · 0.95
getPositionsDiv16Method · 0.95
getFaceBrightnessMethod · 0.95
rotateScaleMethod · 0.95
bMethod · 0.45
cMethod · 0.45
dMethod · 0.45
nMethod · 0.45

Tested by

no test coverage detected