pocketmine\Player::onPlayerPreLogin PHP Method

onPlayerPreLogin() public method

public onPlayerPreLogin ( )
    public function onPlayerPreLogin()
    {
        $pk = new PlayStatusPacket();
        $pk->status = PlayStatusPacket::LOGIN_SUCCESS;
        $this->dataPacket($pk);
        $this->processLogin();
    }
Player