PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Public Member Functions | |
__construct (Player $player, protected Translatable|string $kickMessage) | |
call () | |
getEventName () | |
getKickMessage () | |
getPlayer () | |
isCancelled () | |
setKickMessage (Translatable|string $kickMessage) | |
Static Public Member Functions | |
static | hasHandlers () |
Protected Attributes | |
string | $eventName = null |
Player | $player |
Called after the player has successfully authenticated, before it spawns. The player is on the loading screen when this is called. Cancelling this event will cause the player to be disconnected with the kick message set.
Definition at line 36 of file PlayerLoginEvent.php.
pocketmine\event\player\PlayerLoginEvent::__construct | ( | Player | $player, |
protected Translatable|string | $kickMessage ) |
Definition at line 39 of file PlayerLoginEvent.php.
|
inherited |
pocketmine\event\player\PlayerLoginEvent::getKickMessage | ( | ) |
Definition at line 50 of file PlayerLoginEvent.php.
|
inherited |
Definition at line 35 of file PlayerEvent.php.
|
staticinherited |
|
inherited |
Returns whether this instance of the event is currently cancelled.
If it is cancelled, only downstream handlers that declare @handleCancelled
will be called with this event.
pocketmine\event\player\PlayerLoginEvent::setKickMessage | ( | Translatable|string | $kickMessage | ) |
Definition at line 46 of file PlayerLoginEvent.php.
|
protectedinherited |
|
protectedinherited |
Definition at line 33 of file PlayerEvent.php.