public class BlockPistonExtendEvent extends BlockPistonEvent
Event.Resultblock| Constructor and Description | 
|---|
| BlockPistonExtendEvent(Block block,
                      int length,
                      BlockFace direction)Deprecated.  | 
| BlockPistonExtendEvent(Block block,
                      List<Block> blocks,
                      BlockFace direction) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Block> | getBlocks()Get an immutable list of the blocks which will be moved by the
 extending. | 
| static HandlerList | getHandlerList() | 
| HandlerList | getHandlers() | 
| int | getLength()Deprecated. 
 slime blocks make the value of this method
          inaccurate due to blocks being pushed at the side | 
getDirection, isCancelled, isSticky, setCancelledgetBlockgetEventName, isAsynchronous@Deprecated public BlockPistonExtendEvent(Block block, int length, BlockFace direction)
@Deprecated public int getLength()
public List<Block> getBlocks()
public HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2015. All rights reserved.