org.bukkit.event.block
Class BlockSpreadEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockGrowEvent
org.bukkit.event.block.BlockFormEvent
org.bukkit.event.block.BlockSpreadEvent
- All Implemented Interfaces:
- Cancellable
public class BlockSpreadEvent
- extends BlockFormEvent
Called when a block spreads based on world conditions.
Use BlockFormEvent
to catch blocks that "randomly" form instead of actually spread.
Examples:
- Mushrooms spreading.
- Fire spreading.
If a Block Spread event is cancelled, the block will not spread.
- See Also:
BlockFormEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockSpreadEvent
public BlockSpreadEvent(Block block,
Block source,
BlockState newState)
getSource
public Block getSource()
- Gets the source block involved in this event.
- Returns:
- the Block for the source block involved in this event.
getHandlers
public HandlerList getHandlers()
- Overrides:
getHandlers
in class BlockFormEvent
getHandlerList
public static HandlerList getHandlerList()
Copyright © 2013. All Rights Reserved.