[ci skip] Clarify BlockFadeEvent#getNewState javadocs (#12250)

This commit is contained in:
Github-Citizen
2025-03-09 16:58:56 -04:00
committed by GitHub
parent 1a7288aa05
commit f4f275519f

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() {