Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
Showing only changes of commit 3bd69f2e56 - Show all commits

View File

@@ -2781,6 +2781,8 @@ public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient
*
* @param value true if the world should automatically save, otherwise
* false
* @apiNote This does not disable saving entirely, the world will still be saved on shutdown.<br>
* The intended use of this method is to disable the periodical autosave by the game.
*/
public void setAutoSave(boolean value);