LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentReloadVersionError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Error.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
11namespace Scripting { struct ErrorBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI explicit ScriptItemCustomComponentReloadVersionError(::HashedString const& componentName);
21
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::Scripting::ErrorBinding bind();
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor(::HashedString const& componentName);
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCFOLD void $dtor();
41 // NOLINTEND
42};
43
44} // namespace ScriptModuleMinecraft
Definition HashedString.h:5
Definition ScriptItemCustomComponentReloadVersionError.h:16
Definition Error.h:7