PocketMine-MP 5.33.2 git-636b96a9a5c35292f076e2f2e9c5723611d28d7b
|
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 32 of file UpdateNotifyEvent.php.
pocketmine\event\server\UpdateNotifyEvent::__construct | ( | private UpdateChecker | $updater | ) |
Definition at line 33 of file UpdateNotifyEvent.php.
|
inherited |
pocketmine\event\server\UpdateNotifyEvent::getUpdater | ( | ) |
Definition at line 35 of file UpdateNotifyEvent.php.
|
staticinherited |
|
protectedinherited |