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