Cancellable
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 | 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.
|
getBlock
getEventName, isAsynchronous
@NotNull public BlockFace getFace()
@NotNull 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 event@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.