mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-12-27 02:58:03 +01:00
Javadocs.
This commit is contained in:
parent
8f8bfc62ca
commit
2b291954cf
@ -272,6 +272,11 @@ public class Misc {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the max power level for a player.
|
||||||
|
*
|
||||||
|
* @return the maximum power level for a player
|
||||||
|
*/
|
||||||
public static int getPowerLevelCap() {
|
public static int getPowerLevelCap() {
|
||||||
int levelCap = Config.getInstance().getPowerLevelCap();
|
int levelCap = Config.getInstance().getPowerLevelCap();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user