pocketmine\Server::getAllowFlight PHP Method

getAllowFlight() public method

public getAllowFlight ( ) : boolean
return boolean
    public function getAllowFlight()
    {
        return $this->getConfigBoolean("allow-flight", false);
    }
Server