PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
Static Public Member Functions | |
static | getLevelFromXp (int $xp) |
static | getXpToCompleteLevel (int $level) |
static | getXpToReachLevel (int $level) |
Definition at line 31 of file ExperienceUtils.php.
|
static |
Calculates and returns the number of XP levels the specified amount of XP points are worth. This returns a floating-point number, the decimal part being the progress through the resulting level.
Definition at line 63 of file ExperienceUtils.php.
|
static |
Returns the amount of XP needed to reach $level + 1.
Definition at line 49 of file ExperienceUtils.php.
|
static |
Calculates and returns the amount of XP needed to get from level 0 to level $level
Definition at line 36 of file ExperienceUtils.php.