LeviLamina
Loading...
Searching...
No Matches
ScriptPluginManagerResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8struct PackIdVersion;
9namespace Scripting { struct ModuleDescriptor; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI ::ScriptPluginResult&
30
31 MCNAPI void logMessages() const;
32
33 MCNAPI void logPlugins() const;
34
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43};
Definition ScriptPluginManagerResult.h:12
MCAPI void logMessages() const
MCAPI void logPlugins() const
MCAPI::ScriptPluginResult & getOrCreatePluginResults(::PackIdVersion packId, ::Scripting::ModuleDescriptor const &descriptor)
Definition ScriptPluginResult.h:11
Definition PackIdVersion.h:10
Definition ModuleDescriptor.h:7
Definition Alias.h:14