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

Method getLevelForXp

src/main/java/com/volmit/adapt/api/xp/XP.java:96–98  ·  view source on GitHub ↗
(double xp)

Source from the content-addressed store, hash-verified

94 }
95
96 public static double getLevelForXp(double xp) {
97 return AdaptConfig.get().getXpCurve().getCurve().computeLevelForXP(xp, 0.000001);
98 }
99}

Callers 9

getXpUntilLevelUpMethod · 0.95
getLevelProgressMethod · 0.95
updateMethod · 0.95
getLevelMethod · 0.95
getMaxPowerMethod · 0.95
notifyLevelMethod · 0.95
getAbsoluteLevelMethod · 0.95
openMethod · 0.95
openMethod · 0.95

Calls 2

getMethod · 0.95
computeLevelForXPMethod · 0.65

Tested by

no test coverage detected