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 f4f275519f - Show all commits

View File

@@ -33,11 +33,11 @@ public class BlockFadeEvent extends BlockEvent implements Cancellable {
}
/**
* Gets the state of the block that will be fading, melting or
* disappearing.
* Gets the state of the new block that will replace the block
* fading, melting or disappearing.
*
* @return The block state of the block that will be fading, melting or
* disappearing
* @return The block state of the new block that replaces the block
* fading, melting or disappearing
*/
@NotNull
public BlockState getNewState() {