PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\event\world\WorldDifficultyChangeEvent Class Reference
+ Inheritance diagram for pocketmine\event\world\WorldDifficultyChangeEvent:
+ Collaboration diagram for pocketmine\event\world\WorldDifficultyChangeEvent:

Public Member Functions

 __construct (World $world, private int $oldDifficulty, private int $newDifficulty)
 
 call ()
 
 getEventName ()
 
 getNewDifficulty ()
 
 getOldDifficulty ()
 
 getWorld ()
 

Static Public Member Functions

static hasHandlers ()
 

Protected Attributes

string $eventName = null
 

Detailed Description

Called when a world's difficulty is changed.

Definition at line 31 of file WorldDifficultyChangeEvent.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\event\world\WorldDifficultyChangeEvent::__construct ( World  $world,
private int  $oldDifficulty,
private int  $newDifficulty 
)

Definition at line 33 of file WorldDifficultyChangeEvent.php.

Member Function Documentation

◆ 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

Definition at line 40 of file Event.php.

◆ getNewDifficulty()

pocketmine\event\world\WorldDifficultyChangeEvent::getNewDifficulty ( )

Definition at line 43 of file WorldDifficultyChangeEvent.php.

◆ getOldDifficulty()

pocketmine\event\world\WorldDifficultyChangeEvent::getOldDifficulty ( )

Definition at line 41 of file WorldDifficultyChangeEvent.php.

◆ getWorld()

pocketmine\event\world\WorldEvent::getWorld ( )
inherited

Definition at line 35 of file WorldEvent.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.

Member Data Documentation

◆ $eventName

string pocketmine\event\Event::$eventName = null
protectedinherited

Definition at line 38 of file Event.php.


The documentation for this class was generated from the following file: