LeviLamina
Loading...
Searching...
No Matches
CommandsRegistryConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/server/commands/CommandPermissionLevel.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14class CommandsRegistryConfiguration : public ::Bedrock::EnableNonOwnerReferences {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::CommandPermissionLevel>> mCommandPermissionLevels;
19 ::ll::TypedStorage<1, 2, ::std::optional<::CommandPermissionLevel>> mDefaultCommandPermissionLevel;
20 // NOLINTEND
21
22#ifdef LL_PLAT_S
23public:
24 // prevent constructor by default
25 CommandsRegistryConfiguration& operator=(CommandsRegistryConfiguration const&);
26 CommandsRegistryConfiguration(CommandsRegistryConfiguration const&);
27
28#else // LL_PLAT_C
29public:
30 // prevent constructor by default
31 CommandsRegistryConfiguration& operator=(CommandsRegistryConfiguration const&);
32 CommandsRegistryConfiguration(CommandsRegistryConfiguration const&);
33 CommandsRegistryConfiguration();
34
35#endif
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 virtual ~CommandsRegistryConfiguration() /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
45#ifdef LL_PLAT_S
46 MCAPI CommandsRegistryConfiguration();
47#endif
48
49 MCAPI CommandsRegistryConfiguration(::CommandsRegistryConfiguration&&);
50
51#ifdef LL_PLAT_S
52 MCAPI ::CommandsRegistryConfiguration& operator=(::CommandsRegistryConfiguration&&);
53#endif
54 // NOLINTEND
55
56public:
57 // static functions
58 // NOLINTBEGIN
59#ifdef LL_PLAT_S
60 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
61#endif
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
67#ifdef LL_PLAT_S
68 MCAPI void* $ctor();
69#endif
70
71 MCAPI void* $ctor(::CommandsRegistryConfiguration&&);
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77 MCAPI void $dtor();
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCNAPI static void** $vftable();
84 // NOLINTEND
85};
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5