Class BlockGrowEvent

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

public class BlockGrowEvent extends BlockEvent implements Cancellable
Called when a block grows naturally in the world.

Examples:

  • Wheat
  • Sugar Cane
  • Cactus
  • Watermelon
  • Pumpkin
  • Turtle Egg

If a Block Grow event is cancelled, the block will not grow.