Definition at line 32 of file BrewItemEvent.php.
 
◆ __construct()
      
        
          | pocketmine\event\block\BrewItemEvent::__construct  | 
          ( | 
          private BrewingStand |           $brewingStand,  | 
        
        
           | 
           | 
          private int |           $slot,  | 
        
        
           | 
           | 
          private Item |           $input,  | 
        
        
           | 
           | 
          private Item |           $result,  | 
        
        
           | 
           | 
          private BrewingRecipe |           $recipe ) | 
        
      
 
 
◆ 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   | 
  
 
 
◆ getBrewingStand()
      
        
          | pocketmine\event\block\BrewItemEvent::getBrewingStand  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getEventName()
  
  
      
        
          | pocketmine\event\Event::getEventName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
finalinherited   | 
  
 
 
◆ getInput()
      
        
          | pocketmine\event\block\BrewItemEvent::getInput  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getRecipe()
      
        
          | pocketmine\event\block\BrewItemEvent::getRecipe  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getResult()
      
        
          | pocketmine\event\block\BrewItemEvent::getResult  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getSlot()
      
        
          | pocketmine\event\block\BrewItemEvent::getSlot  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns which slot of the brewing stand's inventory the potion is in. 
Definition at line 52 of file BrewItemEvent.php.
 
 
◆ 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. 
 
 
◆ setResult()
      
        
          | pocketmine\event\block\BrewItemEvent::setResult  | 
          ( | 
          Item |           $result | ) | 
           | 
        
      
 
 
◆ $eventName
  
  
      
        
          | string pocketmine\event\Event::$eventName = null | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this class was generated from the following file: