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
13class ScriptPackConfiguration {
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
24 ScriptPackConfiguration& operator=(ScriptPackConfiguration const&);
25 ScriptPackConfiguration();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI ScriptPackConfiguration(::ScriptPackConfiguration const&);
31
32 MCNAPI ::ScriptPackPermissions const& getPermissions() const;
33
34#ifdef LL_PLAT_C
35 MCNAPI ::ScriptPackPermissions& getPermissions();
36#endif
37
38 MCNAPI ::std::unordered_map<::std::string, ::std::string> const& getSecrets() const;
39
40 MCNAPI ::std::unordered_map<::std::string, ::Json::Value> const& getVariables() const;
41
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor(::ScriptPackConfiguration const&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
Definition Value.h:16
MCAPI::ScriptPackPermissions const & getPermissions() const
MCAPI void * $ctor(::ScriptPackConfiguration const &)
MCAPI ::std::unordered_map<::std::string, ::Json::Value > const & getVariables() const
MCAPI ScriptPackConfiguration(::ScriptPackConfiguration const &)
MCAPI ::std::unordered_map<::std::string, ::std::string > const & getSecrets() const