Skip to content

Commit d08b240

Browse files
committed
RC04 - Patch 0002
Changelog: - Renamed LuckContainer#baseValue() to getValue() - Changed the way files save by using the Map#values() call instead of iterating the kvp's. - Made the actual percentage rng value round to the closest whole number before being checked. - Changed Luck#defaultValue() to getDefaultValue().
1 parent cbc57d5 commit d08b240

File tree

14 files changed

+22
-23
lines changed

14 files changed

+22
-23
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
272 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

src/main/java/io/github/simplex/api/LuckContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ public interface LuckContainer extends Serializable {
1818

1919
Player associatedPlayer();
2020

21-
double baseValue();
21+
double getValue();
2222
}

0 commit comments

Comments
 (0)