JavaDoc cleanup.
This commit is contained in:
@@ -40,7 +40,7 @@ public class BlockFadeEvent extends BlockEvent implements Cancellable {
|
||||
* Sets the cancellation state of this event. A cancelled event will not
|
||||
* be executed in the server, but will still pass to other plugins
|
||||
*
|
||||
* @param cancel true if you wish to cancel snow from forming during a ice formation
|
||||
* @param cancel true if you wish to cancel blocks like snow or ice from melting or fading
|
||||
*/
|
||||
public void setCancelled(boolean cancel) {
|
||||
this.cancelled = cancel;
|
||||
|
||||
Reference in New Issue
Block a user