Called when a sound is played in a world 
- See also
 - World::addSound() 
 
Definition at line 37 of file WorldSoundEvent.php.
 
◆ __construct()
      
        
          | pocketmine\event\world\WorldSoundEvent::__construct  | 
          ( | 
          World |           $world,  | 
        
        
           | 
           | 
          private Sound |           $sound,  | 
        
        
           | 
           | 
          private Vector3 |           $position,  | 
        
        
           | 
           | 
          private array |           $recipients ) | 
        
      
 
 
◆ 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   | 
  
 
 
◆ getPosition()
      
        
          | pocketmine\event\world\WorldSoundEvent::getPosition  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getRecipients()
      
        
          | pocketmine\event\world\WorldSoundEvent::getRecipients  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getSound()
      
        
          | pocketmine\event\world\WorldSoundEvent::getSound  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getWorld()
  
  
      
        
          | pocketmine\event\world\WorldEvent::getWorld  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
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.
 
 
◆ 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. 
 
 
◆ setRecipients()
      
        
          | pocketmine\event\world\WorldSoundEvent::setRecipients  | 
          ( | 
          array |           $recipients | ) | 
           | 
        
      
 
 
◆ setSound()
      
        
          | pocketmine\event\world\WorldSoundEvent::setSound  | 
          ( | 
          Sound |           $sound | ) | 
           | 
        
      
 
 
◆ $eventName
  
  
      
        
          | string pocketmine\event\Event::$eventName = null | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this class was generated from the following file: