Definition at line 29 of file InventoryCloseEvent.php.
 
◆ __construct()
      
        
          | pocketmine\event\inventory\InventoryCloseEvent::__construct  | 
          ( | 
          Inventory |           $inventory,  | 
        
        
           | 
           | 
          private Player |           $who ) | 
        
      
 
 
◆ 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.
 
 
◆ getEventName()
  
  
      
        
          | pocketmine\event\Event::getEventName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
finalinherited   | 
  
 
 
◆ getInventory()
  
  
      
        
          | pocketmine\event\inventory\InventoryEvent::getInventory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ getPlayer()
      
        
          | pocketmine\event\inventory\InventoryCloseEvent::getPlayer  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getViewers()
  
  
      
        
          | pocketmine\event\inventory\InventoryEvent::getViewers  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
 
◆ 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.
 
 
◆ $eventName
  
  
      
        
          | string pocketmine\event\Event::$eventName = null | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this class was generated from the following file: