public 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 and Description |
---|---|
protected boolean |
cancel |
protected BlockFace |
face |
protected Block |
to |
block
Constructor and Description |
---|
BlockFromToEvent(Block block,
Block toBlock) |
BlockFromToEvent(Block block,
BlockFace face) |
Modifier and Type | Method and 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.
|
getBlock
callEvent, getEventName, isAsynchronous
public BlockFace getFace()
public Block getToBlock()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- true if you wish to cancel this eventpublic HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
Copyright © 2021. All rights reserved.