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
23public:
24 // static variables
25 // NOLINTBEGIN
26 MCAPI static ::std::string const& sWildCardModuleName();
27 // NOLINTEND
28};
Definition ScriptPackPermissions.h:13