Package org.bukkit.event.block
Class BlockPistonRetractEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockPistonEvent
org.bukkit.event.block.BlockPistonRetractEvent
- All Implemented Interfaces:
 Cancellable
Called when a piston retracts
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result - 
Field Summary
Fields inherited from class org.bukkit.event.block.BlockEvent
block - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet an immutable list of the blocks which will be moved by the retracting.static @NotNull HandlerListDeprecated.Methods inherited from class org.bukkit.event.block.BlockPistonEvent
getDirection, isCancelled, isSticky, setCancelledMethods inherited from class org.bukkit.event.block.BlockEvent
getBlockMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous 
- 
Constructor Details
- 
BlockPistonRetractEvent
 
 - 
 - 
Method Details
- 
getRetractLocation
Deprecated.Gets the location where the possible moving block might be if the retracting piston is sticky.- Returns:
 - The possible location of the possibly moving block.
 
 - 
getBlocks
Get an immutable list of the blocks which will be moved by the retracting.- Returns:
 - Immutable list of the moved blocks.
 
 - 
getHandlers
- Specified by:
 getHandlersin classEvent
 - 
getHandlerList
 
 -