LeviLamina
Loading...
Searching...
No Matches
EducationLevelSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CommandPermissionLevel.h"
7
8// auto generated forward declare list
9// clang-format off
11struct CommandFlag;
14// clang-format on
15
17public:
18 // EducationLevelSettings inner types define
19 using HiddenCommands = ::std::string;
20
21 using CommandOverrideFunctor =
22 ::std::function<void(::std::string const&, ::CommandFlag&, ::CommandPermissionLevel&)>;
23
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<8, 32, ::std::string> codeBuilderDefaultUri;
28 ::ll::TypedStorage<8, 32, ::std::string> codeBuilderTitle;
29 ::ll::TypedStorage<1, 1, bool> canResizeCodeBuilder;
30 ::ll::TypedStorage<1, 1, bool> disableLegacyTitleBar;
31 ::ll::TypedStorage<8, 32, ::std::string> postProcessFilter;
32 ::ll::TypedStorage<8, 32, ::std::string> screenshotBorderResourcePath;
33 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, uint>> hiddenCommands;
34 ::ll::TypedStorage<8, 40, ::EducationLocalLevelSettings> localSettings;
35 ::ll::TypedStorage<1, 3, ::std::optional<::AgentCapabilities>> agentCapabilities;
36 ::ll::TypedStorage<8, 72, ::std::optional<::ExternalLinkSettings>> externalLinkSettings;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
45
46 MCAPI ::std::function<void(::std::string const&, ::CommandFlag&, ::CommandPermissionLevel&)>
47 getCommandOverrideFunctor() const;
48
49 MCAPI ::EducationLevelSettings& operator=(::EducationLevelSettings const&);
50
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static ::std::string const& DEFAULT_BORDER_PATH();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCAPI void* $ctor();
64
65 MCAPI void* $ctor(::EducationLevelSettings const&);
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCAPI void $dtor();
72 // NOLINTEND
73};
Definition AgentCapabilities.h:5
Definition CommandFlag.h:43
Definition EducationLevelSettings.h:16
Definition EducationLocalLevelSettings.h:5
Definition ExternalLinkSettings.h:5