Skip to content
Success

Changes

Summary

  1. Use @NotNull in methods rather than @Nullable (commit: 5b41b04) (details)
  2. dev mode (commit: cddf619) (details)
Commit 5b41b04777c9bdd5a67bb5f643a4fae1c7ff15d3 by t00thpick1dirko
Use @NotNull in methods rather than @Nullable
Separate safe external methods from internal only methods
Remove unnecessary methods
(commit: 5b41b04)
The file was modified src/main/java/com/gmail/nossr50/mcMMO.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/blockmeta/NullChunkManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/blockmeta/ChunkStore.java (diff)
The file was modified src/test/java/ChunkStoreTest.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/blockmeta/ChunkManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkManager.java (diff)
The file was addedsrc/main/java/com/gmail/nossr50/util/blockmeta/UserBlockTracker.java
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)