(double level)
| 90 | } |
| 91 | |
| 92 | public static double getXpForLevel(double level) { |
| 93 | return AdaptConfig.get().getXpCurve().getCurve().getXPForLevel(level); |
| 94 | } |
| 95 | |
| 96 | public static double getLevelForXp(double xp) { |
| 97 | return AdaptConfig.get().getXpCurve().getCurve().computeLevelForXP(xp, 0.000001); |
no test coverage detected