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
10namespace Json { class Value; }
11// clang-format on
12
14public:
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
22public:
23 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor();
42
44
45 MCNAPI void* $ctor(::ScriptPackConfiguration const&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
Definition Value.h:16
MCAPI void * $ctor(::ScriptPackConfiguration const &)
MCAPI ScriptPackConfiguration(::ScriptPackConfiguration &&)
MCAPI ScriptPackConfiguration(::ScriptPackConfiguration const &)
MCAPI void * $ctor()
MCAPI void * $ctor(::ScriptPackConfiguration &&)