public class BlockBurnEvent extends BlockEvent implements Cancellable
| Constructor and Description |
|---|
BlockBurnEvent(Block block)
The block being burnt in this event
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean cancelled) |
boolean |
isIgnored() |
blockpublic BlockBurnEvent(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.