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