LeviLamina
Loading...
Searching...
No Matches
ScriptBlockInvalidComponentError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/BaseError.h"
7
8
namespace
ScriptModuleMinecraft {
9
10
struct
ScriptBlockInvalidComponentError
:
public
::Scripting::BaseError
{
11
public
:
12
// prevent constructor by default
13
ScriptBlockInvalidComponentError
();
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCNAPI
explicit
ScriptBlockInvalidComponentError
(::std::string_view blockComponentName);
19
20
MCNAPI
~ScriptBlockInvalidComponentError
();
21
// NOLINTEND
22
23
public
:
24
// constructor thunks
25
// NOLINTBEGIN
26
MCNAPI
void
*
$ctor
(::std::string_view blockComponentName);
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCNAPI
void
$dtor
();
33
// NOLINTEND
34
};
35
36
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptBlockInvalidComponentError
Definition
ScriptBlockInvalidComponentError.h:10
ScriptModuleMinecraft::ScriptBlockInvalidComponentError::$ctor
MCAPI void * $ctor(::std::string_view blockComponentName)
ScriptModuleMinecraft::ScriptBlockInvalidComponentError::~ScriptBlockInvalidComponentError
MCAPI ~ScriptBlockInvalidComponentError()
ScriptModuleMinecraft::ScriptBlockInvalidComponentError::$dtor
MCAPI void $dtor()
ScriptModuleMinecraft::ScriptBlockInvalidComponentError::ScriptBlockInvalidComponentError
MCAPI ScriptBlockInvalidComponentError(::std::string_view blockComponentName)
Scripting::BaseError
Definition
BaseError.h:12
src-server
mc
scripting
modules
minecraft
block
components
ScriptBlockInvalidComponentError.h
Generated on Tue Nov 25 2025 04:01:23 for LeviLamina by
1.12.0