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
11
namespace
ScriptModuleMinecraft {
class
ScriptCustomComponentRegistry; }
12
namespace
Scripting {
struct
ErrorBinding; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
struct
ScriptCustomComponentInvalidRegistryError
:
public
::Scripting::Error
{
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
~ScriptCustomComponentInvalidRegistryError
();
22
// NOLINTEND
23
24
public
:
25
// static functions
26
// NOLINTBEGIN
27
MCAPI static ::Scripting::ErrorBinding bind();
28
29
MCAPI static ::Scripting::Result<void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError>
30
validate(
::ScriptModuleMinecraft::ScriptCustomComponentRegistry
const
& registry);
31
32
MCAPI static ::Scripting::Result<void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError>
33
validateV1(
::ScriptModuleMinecraft::ScriptCustomComponentRegistry
const
& registry);
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
42
43
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptCustomComponentRegistry
Definition
ScriptCustomComponentRegistry.h:7
ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError
Definition
ScriptCustomComponentInvalidRegistryError.h:17
Scripting::Error
Definition
Error.h:7
src
mc
scripting
modules
minecraft
ScriptCustomComponentInvalidRegistryError.h
Generated on Sat Apr 26 2025 05:55:54 for LeviLamina by
1.12.0