public abstract class BlockPistonEvent extends BlockEvent implements Cancellable
Event.Result
block
Constructor and Description |
---|
BlockPistonEvent(Block block,
BlockFace direction) |
Modifier and Type | Method and Description |
---|---|
BlockFace |
getDirection()
Return the direction in which the piston will operate.
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
boolean |
isSticky()
Returns true if the Piston in the event is sticky.
|
void |
setCancelled(boolean cancelled)
Sets the cancellation state of this event.
|
getBlock
getEventName, getHandlers, isAsynchronous
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancelled)
Cancellable
setCancelled
in interface Cancellable
cancelled
- true if you wish to cancel this eventpublic boolean isSticky()
public BlockFace getDirection()
Copyright © 2016. All rights reserved.