pocketmine\Server::getAllowInvCheats PHP Метод

getAllowInvCheats() публичный Метод

public getAllowInvCheats ( ) : boolean
Результат boolean
    public function getAllowInvCheats()
    {
        return $this->getProperty("player.inventory.allow-cheats", false);
    }
Server