LeviLamina
Loading...
Searching...
No Matches
ScriptPlaceJigsawError.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
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
struct
ErrorBinding
; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
struct
ScriptPlaceJigsawError :
public
::Scripting::BaseError
{
16
public
:
17
// prevent constructor by default
18
ScriptPlaceJigsawError();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
explicit
ScriptPlaceJigsawError(::std::string message);
24
25
MCAPI ~ScriptPlaceJigsawError();
26
// NOLINTEND
27
28
public
:
29
// static functions
30
// NOLINTBEGIN
31
MCAPI static ::Scripting::ErrorBinding bind();
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(::std::string message);
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
MCFOLD
void
$dtor();
44
// NOLINTEND
45
};
46
47
}
// namespace ScriptModuleMinecraft
Scripting::BaseError
Definition
BaseError.h:12
Scripting::ErrorBinding
Definition
ErrorBinding.h:15
src
mc
scripting
modules
minecraft
structure
ScriptPlaceJigsawError.h
Generated on
for LeviLamina by
1.16.1