|
PocketMine-MP 5.37.1 git-da6732df2656426fbd1b7898ed06c8286969d2f1
|
Inheritance diagram for pocketmine\event\server\UpdateNotifyEvent:
Collaboration diagram for pocketmine\event\server\UpdateNotifyEvent:Public Member Functions | |
| __construct (private UpdateChecker $updater) | |
| call () | |
| getEventName () | |
| getUpdater () | |
Static Public Member Functions | |
| static | hasHandlers () |
Protected Attributes | |
| string | $eventName = null |
Called when the update checker receives notification of an available PocketMine-MP update. Plugins may use this event to perform actions when an update notification is received.
Definition at line 33 of file UpdateNotifyEvent.php.
| pocketmine\event\server\UpdateNotifyEvent::__construct | ( | private UpdateChecker | $updater | ) |
Definition at line 34 of file UpdateNotifyEvent.php.
|
inherited |
| pocketmine\event\server\UpdateNotifyEvent::getUpdater | ( | ) |
Definition at line 36 of file UpdateNotifyEvent.php.
|
staticinherited |
|
protectedinherited |