Cancellablepublic class BlockFromToEvent extends BlockEvent implements Cancellable
If a Block From To event is cancelled, the block will not move (the liquid will not flow).
Event.Result| Modifier and Type | Field | Description | 
|---|---|---|
protected boolean | 
cancel | 
|
protected BlockFace | 
face | 
|
protected Block | 
to | 
block| Constructor | Description | 
|---|---|
BlockFromToEvent(Block block,
                Block toBlock) | 
|
BlockFromToEvent(Block block,
                BlockFace face) | 
| Modifier and Type | Method | Description | 
|---|---|---|
BlockFace | 
getFace() | 
 Gets the BlockFace that the block is moving to. 
 | 
static HandlerList | 
getHandlerList() | 
|
HandlerList | 
getHandlers() | 
|
Block | 
getToBlock() | 
 Convenience method for getting the faced Block. 
 | 
boolean | 
isCancelled() | 
 Gets the cancellation state of this event. 
 | 
void | 
setCancelled(boolean cancel) | 
 Sets the cancellation state of this event. 
 | 
getBlockgetEventName, isAsynchronous@NotNull public BlockFace getFace()
@NotNull public Block getToBlock()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.