24 ScriptDedicatedServerUtils& operator=(ScriptDedicatedServerUtils
const&);
25 ScriptDedicatedServerUtils(ScriptDedicatedServerUtils
const&);
26 ScriptDedicatedServerUtils();
31 virtual ~ScriptDedicatedServerUtils() =
default;
33 virtual void stopServer() ;
35 virtual bool saveHold() ;
37 virtual bool saveResume() ;
39 virtual ::std::optional<::std::vector<::SnapshotFilenameAndLength>> saveQuery() ;
41 virtual bool addNameToAllowList(::std::string
const& name) ;
43 virtual bool removeNameFromAllowList(::std::string
const& name) ;
45 virtual bool allowListContains(::std::string
const& name) ;
47 virtual bool reloadAllowListFile() ;
49 virtual void setAllowListEnabled(
bool enabled) ;
51 virtual bool getAllowListEnabled()
const ;
63 MCNAPI ::std::optional<::std::vector<::SnapshotFilenameAndLength>>
$saveQuery();