File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hypixel-api-core/src/main/java/net/hypixel/api/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public interface ILeveling {
18
18
19
19
/**
20
20
* This method returns the level of a player calculated by the current experience gathered. The result is
21
- * a precise level of the player The value is not zero-indexed and represents the absolute visible level
21
+ * a precise level of the player. The value is not zero-indexed and represents the absolute visible level
22
22
* for the player.
23
23
* The result can't be smaller than 1 and negative experience results in level 1.
24
24
* <p>
@@ -38,7 +38,7 @@ static double getLevel(double exp) {
38
38
39
39
/**
40
40
* This method returns the level of a player calculated by the current experience gathered. The result is
41
- * a precise level of the player The value is not zero-indexed and represents the visible level
41
+ * a precise level of the player. The value is not zero-indexed and represents the visible level
42
42
* for the player.
43
43
* The result can't be smaller than 1 and negative experience results in level 1.
44
44
* <p>
You can’t perform that action at this time.
0 commit comments