Called when a block spreads to another block, such as grass spreading to nearby dirt blocks. 
Definition at line 31 of file BlockSpreadEvent.php.
◆ __construct()
      
        
          | pocketmine\event\block\BlockSpreadEvent::__construct | ( | Block | $block, | 
        
          |  |  | private Block | $source, | 
        
          |  |  | Block | $newState ) | 
      
 
- Parameters
- 
  
    | Block | $block | Block being replaced (TODO: rename this) |  | Block | $source | Origin of the spread |  | Block | $newState | Replacement block |  
 
Definition at line 38 of file BlockSpreadEvent.php.
 
 
◆ call()
  
  | 
        
          | pocketmine\event\Event::call | ( |  | ) |  |  | inherited | 
 
Calls event handlers registered for this event.
- Exceptions
- 
  
  
RuntimeException if event call recursion reaches the max depth limit 
Definition at line 49 of file Event.php.
 
 
◆ getBlock()
  
  | 
        
          | pocketmine\event\block\BlockEvent::getBlock | ( |  | ) |  |  | inherited | 
 
 
◆ getEventName()
  
  | 
        
          | pocketmine\event\Event::getEventName | ( |  | ) |  |  | finalinherited | 
 
 
◆ getNewState()
  
  | 
        
          | pocketmine\event\block\BaseBlockChangeEvent::getNewState | ( |  | ) |  |  | inherited | 
 
 
◆ getSource()
      
        
          | pocketmine\event\block\BlockSpreadEvent::getSource | ( |  | ) |  | 
      
 
 
◆ hasHandlers()
  
  | 
        
          | static pocketmine\event\Event::hasHandlers | ( |  | ) |  |  | staticinherited | 
 
Returns whether the current class context has any registered global handlers. This can be used in hot code paths to avoid unnecessary event object creation.
Usage: SomeEventClass::hasHandlers() 
Definition at line 77 of file Event.php.
 
 
◆ isCancelled()
  
  | 
        
          | pocketmine\event\Cancellable::isCancelled | ( |  | ) |  |  | inherited | 
 
Returns whether this instance of the event is currently cancelled.
If it is cancelled, only downstream handlers that declare @handleCancelled will be called with this event. 
 
 
◆ $eventName
  
  | 
        
          | string pocketmine\event\Event::$eventName = null |  | protectedinherited | 
 
 
The documentation for this class was generated from the following file: