LeviLamina
Loading...
Searching...
No Matches
ScriptPackConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace Json { class Value; }
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::Json::Value>> mPackVariables;
16 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::string>> mPackSecrets;
17 ::ll::TypedStorage<8, 96, ::ScriptPackPermissions> mPackPermisions;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
30
32
33 MCAPI ::ScriptPackConfiguration& operator=(::ScriptPackConfiguration&&);
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor();
42
43 MCAPI void* $ctor(::ScriptPackConfiguration const&);
44
45 MCAPI void* $ctor(::ScriptPackConfiguration&&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
Definition ScriptPackConfiguration.h:11
Definition ScriptPackPermissions.h:13