LeviLamina
Loading...
Searching...
No Matches
DedicatedServerCommands.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class AllowListFile;
11class DedicatedServer;
12class IMinecraftApp;
13class Level;
14class LevelStorage;
15class Minecraft;
16struct ScriptSettings;
17// clang-format on
18
20public:
21 // static functions
22 // NOLINTBEGIN
23 MCAPI static void
24 setupStandaloneServer(::Bedrock::NotNullNonOwnerPtr<::Minecraft> const& minecraft, ::IMinecraftApp& app, ::Level& dedicatedServer, ::LevelStorage& allowListFile, ::DedicatedServer& scriptSettings, ::AllowListFile& level, ::ScriptSettings*);
25 // NOLINTEND
26
27public:
28 // static variables
29 // NOLINTBEGIN
30 MCAPI static ::std::vector<::std::string>& mSaveAllFileList();
31 // NOLINTEND
32};
Definition AllowListFile.h:13
Definition DedicatedServerCommands.h:19
Definition DedicatedServer.h:26
Definition IMinecraftApp.h:16
Definition LevelStorage.h:24
Definition Level.h:234
Definition Minecraft.h:53
Definition ScriptSettings.h:17