Class BlockPlaceEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockPlaceEvent
All Implemented Interfaces:
Cancellable
Direct Known Subclasses:
BlockMultiPlaceEvent

public class BlockPlaceEvent extends BlockEvent implements Cancellable
Called when a block is placed by a player.

If a Block Place event is cancelled, the block will not be placed.