mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 15:12:13 -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
|
* Gets the state of the new block that will replace the block
|
||||||
* disappearing.
|
* fading, melting or disappearing.
|
||||||
*
|
*
|
||||||
* @return The block state of the block that will be fading, melting or
|
* @return The block state of the new block that replaces the block
|
||||||
* disappearing
|
* fading, melting or disappearing
|
||||||
*/
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
public BlockState getNewState() {
|
public BlockState getNewState() {
|
||||||
|
Reference in New Issue
Block a user