pocketmine\Server::getAllowInvCheats PHP 메소드

getAllowInvCheats() 공개 메소드

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