MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / a

Method a

src/main/java/com/volmit/adapt/util/MathHelper.java:49–52  ·  view source on GitHub ↗
(T var0, Consumer<T> var1)

Source from the content-addressed store, hash-verified

47 }
48
49 public static <T> T a(T var0, Consumer<T> var1) {
50 var1.accept(var0);
51 return var0;
52 }
53
54 public static float sin(float var0) {
55 return b[(int) (var0 * 10430.378f) & 65535];

Callers 3

MathHelperClass · 0.95
bMethod · 0.95
cMethod · 0.95

Calls 6

cMethod · 0.95
dMethod · 0.95
acceptMethod · 0.65
getXMethod · 0.45
getYMethod · 0.45
getZMethod · 0.45

Tested by

no test coverage detected