PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
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 |