We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55dc99 commit 20b6913Copy full SHA for 20b6913
api/src/main/java/net/thenextlvl/perworlds/WorldGroup.java
@@ -381,7 +381,7 @@ default boolean isLoadingData(Player player) {
381
* @param player the offline player whose data is to be persisted and modified
382
* @param data a {@link Consumer} that manipulates the {@link PlayerData} object
383
* @see #persistPlayerData(Player, Consumer)
384
- * @since 1.0.3
+ * @since 1.1.0
385
*/
386
@Contract(mutates = "io")
387
void persistPlayerData(OfflinePlayer player, Consumer<PlayerData> data);
0 commit comments