Called when a block picks up an item, arrow, etc. 
Definition at line 36 of file BlockItemPickupEvent.php.
 
◆ __construct()
      
        
          | pocketmine\event\block\BlockItemPickupEvent::__construct  | 
          ( | 
          Block |           $collector,  | 
        
        
           | 
           | 
          private Entity |           $origin,  | 
        
        
           | 
           | 
          private Item |           $item,  | 
        
        
           | 
           | 
          private ?Inventory |           $inventory ) | 
        
      
 
 
◆ 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   | 
  
 
 
◆ getInventory()
      
        
          | pocketmine\event\block\BlockItemPickupEvent::getInventory  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getItem()
      
        
          | pocketmine\event\block\BlockItemPickupEvent::getItem  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getOrigin()
      
        
          | pocketmine\event\block\BlockItemPickupEvent::getOrigin  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ 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. 
 
 
◆ setInventory()
      
        
          | pocketmine\event\block\BlockItemPickupEvent::setInventory  | 
          ( | 
          ?Inventory |           $inventory | ) | 
           | 
        
      
 
 
◆ setItem()
      
        
          | pocketmine\event\block\BlockItemPickupEvent::setItem  | 
          ( | 
          Item |           $item | ) | 
           | 
        
      
 
 
◆ $eventName
  
  
      
        
          | string pocketmine\event\Event::$eventName = null | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this class was generated from the following file: