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#include "mc/world/level/AgentCapabilities.h"
8#include "mc/world/level/EducationLocalLevelSettings.h"
9#include "mc/world/level/ExternalLinkSettings.h"
10
11// auto generated forward declare list
12// clang-format off
13struct 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 MCNAPI ::std::function<void(::std::string const&, ::CommandFlag&, ::CommandPermissionLevel&)>
48
49 MCNAPI ::EducationLevelSettings& operator=(::EducationLevelSettings const&);
50
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCNAPI static ::std::string const& DEFAULT_BORDER_PATH();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCNAPI void* $ctor();
64
65 MCNAPI void* $ctor(::EducationLevelSettings const&);
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCNAPI void $dtor();
72 // NOLINTEND
73};
Definition CommandFlag.h:43
Definition EducationLevelSettings.h:16
MCAPI ::std::function< void(::std::string const &, ::CommandFlag &, ::CommandPermissionLevel &)> getCommandOverrideFunctor() const
MCAPI void * $ctor()
MCAPI EducationLevelSettings(::EducationLevelSettings const &)
static MCAPI ::std::string const & DEFAULT_BORDER_PATH()
MCAPI void * $ctor(::EducationLevelSettings const &)
MCAPI::EducationLevelSettings & operator=(::EducationLevelSettings const &)