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 setupStandaloneServer(
24 ::Bedrock::NotNullNonOwnerPtr<::Minecraft> const& minecraft,
25 ::IMinecraftApp& app,
26 ::Level& level,
28 ::DedicatedServer& dedicatedServer,
29 ::AllowListFile& allowListFile,
30 ::ScriptSettings* scriptSettings
31 );
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::vector<::std::string>& mSaveAllFileList();
38 // NOLINTEND
39};
Definition AllowListFile.h:13
Definition DedicatedServerCommands.h:19
Definition DedicatedServer.h:27
Definition IMinecraftApp.h:17
Definition LevelStorage.h:25
Definition Level.h:238
Definition Minecraft.h:55
Definition ScriptSettings.h:17