mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
[ci skip] Clarify BlockFadeEvent#getNewState javadocs (#12250)
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user