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
const
&);
32
33
MCNAPI
ScriptPackConfiguration
(
::ScriptPackConfiguration
&&);
34
35
MCNAPI ::ScriptPackConfiguration&
operator=
(
::ScriptPackConfiguration
&&);
36
37
MCNAPI
~ScriptPackConfiguration
();
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCNAPI
void
*
$ctor
();
44
45
MCNAPI
void
*
$ctor
(
::ScriptPackConfiguration
const
&);
46
47
MCNAPI
void
*
$ctor
(
::ScriptPackConfiguration
&&);
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
MCNAPI
void
$dtor
();
54
// NOLINTEND
55
};
ScriptPackConfiguration
Definition
ScriptPackConfiguration.h:13
ScriptPackConfiguration::$ctor
MCAPI void * $ctor(::ScriptPackConfiguration const &)
ScriptPackConfiguration::ScriptPackConfiguration
MCAPI ScriptPackConfiguration(::ScriptPackConfiguration &&)
ScriptPackConfiguration::$dtor
MCAPI void $dtor()
ScriptPackConfiguration::ScriptPackConfiguration
MCAPI ScriptPackConfiguration(::ScriptPackConfiguration const &)
ScriptPackConfiguration::operator=
MCAPI::ScriptPackConfiguration & operator=(::ScriptPackConfiguration &&)
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 Fri Jun 13 2025 05:04:51 for LeviLamina by
1.12.0