pocketmine\Server::getAllowInvCheats PHP Method

getAllowInvCheats() public method

public getAllowInvCheats ( ) : boolean
return boolean
    public function getAllowInvCheats()
    {
        return $this->getProperty("player.inventory.allow-cheats", false);
    }
Server