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 b3048d3 commit db756e5Copy full SHA for db756e5
api/src/main/java/net/thenextlvl/perworlds/WorldGroup.java
@@ -371,7 +371,7 @@ public interface WorldGroup {
371
* @param player the offline player whose data is to be persisted and modified
372
* @param data a {@link Consumer} that manipulates the {@link PlayerData} object
373
* @see #persistPlayerData(Player, Consumer)
374
- * @since 1.0.3
+ * @since 1.1.0
375
*/
376
@Contract(mutates = "io")
377
void persistPlayerData(OfflinePlayer player, Consumer<PlayerData> data);
0 commit comments