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

Method b

Minecraft-Utils/1.9.4/src/FaceBakery.java:74–89  ·  view source on GitHub ↗
(cs enumFacing)

Source from the content-addressed store, hash-verified

72 }
73
74 private float b(cs enumFacing) {
75 switch (enumFacing) {
76 case a:
77 return 0.5F;
78 case b:
79 return 1.0F;
80 case c:
81 case d:
82 return 0.8F;
83 case e:
84 case f:
85 return 0.6F;
86 default:
87 return 1.0F;
88 }
89 }
90
91 private float[] a(Vector3f var, Vector3f var1) {
92 float[] var2 = new float[cs.values().length];

Callers 1

aMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected