LeviLamina
Loading...
Searching...
No Matches
ScriptPackPermissions.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
10namespace Json { class Value; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::unordered_map<::std::string, ::Json::Value>>>
18 mModulePermissions;
19 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mAllowedModules;
20 ::ll::TypedStorage<1, 2, ::std::optional<::CommandPermissionLevel>> mCommandsPermissionLevel;
21 // NOLINTEND
22
23#ifdef LL_PLAT_S
24public:
25 // prevent constructor by default
29
30#else // LL_PLAT_C
31#endif
32public:
33 // member functions
34 // NOLINTBEGIN
35#ifdef LL_PLAT_S
36 MCNAPI ::ScriptPackPermissions& operator=(::ScriptPackPermissions&&);
37#endif
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCNAPI static ::std::string const& sWildCardModuleName();
44 // NOLINTEND
45};
Definition Value.h:16
Definition ScriptPackPermissions.h:13
static MCAPI ::std::string const & sWildCardModuleName()