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

Method getPositionsDiv16

Minecraft-Utils/1.13/src/FaceBakery.java:88–97  ·  view source on GitHub ↗
(dhc var, dhc var1)

Source from the content-addressed store, hash-verified

86 }
87
88 private float[] getPositionsDiv16(dhc var, dhc var1) {
89 float[] var2 = new float[ep.values().length];
90 var2[Constants.WEST] = var.a() / 16.0F;
91 var2[Constants.DOWN] = var.b() / 16.0F;
92 var2[Constants.NORTH] = var.c() / 16.0F;
93 var2[Constants.EAST] = var1.a() / 16.0F;
94 var2[Constants.UP] = var1.b() / 16.0F;
95 var2[Constants.SOUTH] = var1.c() / 16.0F;
96 return var2;
97 }
98
99 private void fillVertexData(int[] dataIn, int count, ep enumFacing, cuo blockPartFace, float[] vec, deq modelRotation, cup blockPartRotation, boolean b2) {
100 ep var10 = modelRotation.a(enumFacing);

Callers 1

aMethod · 0.95

Calls 3

aMethod · 0.45
bMethod · 0.45
cMethod · 0.45

Tested by

no test coverage detected