LeviLamina
Loading...
Searching...
No Matches
ScriptCustomComponentInvalidRegistryError.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#include "mc/deps/scripting/runtime/Result.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptCustomComponentRegistry; }
12namespace Scripting { struct ErrorBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member functions
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // static functions
26 // NOLINTBEGIN
27 MCAPI static ::Scripting::ErrorBinding bind();
28
29 MCAPI static ::Scripting::Result<void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError>
31
32 MCAPI static ::Scripting::Result<void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError>
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCFOLD void $dtor();
40 // NOLINTEND
41};
42
43} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentRegistry.h:7
Definition ScriptCustomComponentInvalidRegistryError.h:17
Definition Error.h:7