Skip to content

Commit f4f2755

Browse files
[ci skip] Clarify BlockFadeEvent#getNewState javadocs (#12250)
1 parent 1a7288a commit f4f2755

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

paper-api/src/main/java/org/bukkit/event/block/BlockFadeEvent.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public BlockFadeEvent(@NotNull final Block block, @NotNull final BlockState newS
3333
}
3434

3535
/**
36-
* Gets the state of the block that will be fading, melting or
37-
* disappearing.
36+
* Gets the state of the new block that will replace the block
37+
* fading, melting or disappearing.
3838
*
39-
* @return The block state of the block that will be fading, melting or
40-
* disappearing
39+
* @return The block state of the new block that replaces the block
40+
* fading, melting or disappearing
4141
*/
4242
@NotNull
4343
public BlockState getNewState() {

0 commit comments

Comments
 (0)