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

Method k

src/main/java/com/volmit/adapt/util/MathHelper.java:471–476  ·  view source on GitHub ↗
(double var0)

Source from the content-addressed store, hash-verified

469 }
470
471 public static int k(double var0) {
472 if (var0 == 0.0) {
473 return 0;
474 }
475 return var0 > 0.0 ? 1 : -1;
476 }
477
478 @Deprecated
479 public static float j(float var0, float var1, float var2) {

Callers 9

cleanupSkillsMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
onTickMethod · 0.80
onTickMethod · 0.80
onMethod · 0.80
totalWeightMethod · 0.80
hitMethod · 0.80
hitTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected