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
public class BlockPistonRetractEvent extends BlockPistonEvent
Called when a piston retracts
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BlockPistonRetractEvent(Block block, List<Block> blocks, BlockFace direction)
-
Method Summary
Modifier and Type Method Description List<Block>
getBlocks()
Get an immutable list of the blocks which will be moved by the extending.static HandlerList
getHandlerList()
HandlerList
getHandlers()
Location
getRetractLocation()
Deprecated.Methods inherited from class org.bukkit.event.block.BlockPistonEvent
getDirection, isCancelled, isSticky, setCancelled
-
Constructor Details
-
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 extending.- Returns:
- Immutable list of the moved blocks.
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-