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& dedicatedServer,
27 ::LevelStorage& allowListFile,
28 ::DedicatedServer& 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:14
Definition DedicatedServerCommands.h:19
Definition DedicatedServer.h:52
Definition IMinecraftApp.h:19
Definition LevelStorage.h:26
Definition Level.h:255
Definition Minecraft.h:61
Definition ScriptSettings.h:19