LeviLamina
Loading...
Searching...
No Matches
ScriptCustomComponentNameError.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
class
HashedString
;
12
namespace
Scripting {
struct
EngineError; }
13
namespace
Scripting {
struct
EnumBinding; }
14
namespace
Scripting {
struct
ErrorBinding; }
15
// clang-format on
16
17
namespace
ScriptModuleMinecraft {
18
19
struct
ScriptCustomComponentNameError
:
public
::Scripting::Error
{
20
public
:
21
// ScriptCustomComponentNameError inner types define
22
enum class
Reason :
int
{
23
Invalid = 0,
24
NoNamespace = 1,
25
DisallowedNamespace = 2,
26
};
27
28
public
:
29
// member variables
30
// NOLINTBEGIN
31
::ll::UntypedStorage<4, 4>
mUnkc41a25;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
ScriptCustomComponentNameError
& operator=(
ScriptCustomComponentNameError
const
&);
37
ScriptCustomComponentNameError
(
ScriptCustomComponentNameError
const
&);
38
ScriptCustomComponentNameError
();
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCAPI
~ScriptCustomComponentNameError
();
44
// NOLINTEND
45
46
public
:
47
// static functions
48
// NOLINTBEGIN
49
MCAPI static ::Scripting::ErrorBinding bind();
50
51
MCAPI static ::Scripting::EnumBinding bindReasonEnum();
52
53
MCAPI static ::Scripting::
54
Result<void, ::ScriptModuleMinecraft::ScriptCustomComponentNameError, ::Scripting::EngineError>
55
validate(
::HashedString
const
& componentName);
56
// NOLINTEND
57
58
public
:
59
// destructor thunk
60
// NOLINTBEGIN
61
MCFOLD
void
$dtor();
62
// NOLINTEND
63
};
64
65
}
// namespace ScriptModuleMinecraft
HashedString
Definition
HashedString.h:5
ScriptModuleMinecraft::ScriptCustomComponentNameError
Definition
ScriptCustomComponentNameError.h:19
Scripting::Error
Definition
Error.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
minecraft
ScriptCustomComponentNameError.h
Generated on Sat Apr 26 2025 05:55:54 for LeviLamina by
1.12.0