Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getXpUntilLevelUp
Method · 0.95
getLevelProgress
Method · 0.95
update
Method · 0.95
getLevel
Method · 0.95
getMaxPower
Method · 0.95
notifyLevel
Method · 0.95
getAbsoluteLevel
Method · 0.95
open
Method · 0.95
open
Method · 0.95
Calls
2
get
Method · 0.95
computeLevelForXP
Method · 0.65
Tested by
no test coverage detected