public abstract class BlockGrowthEvent extends BlockEvent implements Cancellable
| Constructor and Description |
|---|
BlockGrowthEvent(Block block) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean cancelled) |
boolean |
isIgnored() |
blockpublic BlockGrowthEvent(Block block)
block - Block associated with this eventpublic boolean isIgnored()
isIgnored in interface Cancellablepublic void cancel(boolean cancelled)
cancel in interface Cancellablecancelled - set the cancellation state of the eventCopyright © 2016. All rights reserved.