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
7
class
ScriptPackPermissions
;
8
namespace
Json {
class
Value; }
9
// clang-format on
10
11
class
ScriptPackConfiguration
{
12
public
:
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
20
public
:
21
// prevent constructor by default
22
ScriptPackConfiguration
& operator=(
ScriptPackConfiguration
const
&);
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
ScriptPackConfiguration
();
28
29
MCAPI
ScriptPackConfiguration
(
::ScriptPackConfiguration
const
&);
30
31
MCAPI
ScriptPackConfiguration
(
::ScriptPackConfiguration
&&);
32
33
MCAPI ::ScriptPackConfiguration& operator=(
::ScriptPackConfiguration
&&);
34
35
MCAPI
~ScriptPackConfiguration
();
36
// NOLINTEND
37
38
public
:
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
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCAPI
void
$dtor();
52
// NOLINTEND
53
};
ScriptPackConfiguration
Definition
ScriptPackConfiguration.h:11
ScriptPackPermissions
Definition
ScriptPackPermissions.h:13
src
mc
scripting
ScriptPackConfiguration.h
Generated on Sat Apr 26 2025 05:55:55 for LeviLamina by
1.12.0