|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
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 |