LeviLamina
Loading...
Searching...
No Matches
ScriptActorSpawnError.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
#include "mc/world/level/ActorValidationError.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Scripting {
struct
ErrorBinding
; }
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
struct
ScriptActorSpawnError :
public
::Scripting::BaseError
{
17
public
:
18
// prevent constructor by default
19
ScriptActorSpawnError();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI
explicit
ScriptActorSpawnError(::ActorValidationError error);
25
// NOLINTEND
26
27
public
:
28
// static functions
29
// NOLINTBEGIN
30
MCAPI static ::Scripting::ErrorBinding bind();
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(::ActorValidationError error);
37
// NOLINTEND
38
};
39
40
}
// namespace ScriptModuleMinecraft
Scripting::BaseError
Definition
BaseError.h:12
Scripting::ErrorBinding
Definition
ErrorBinding.h:16
src
mc
scripting
modules
minecraft
actor
ScriptActorSpawnError.h
Generated on
for LeviLamina by
1.16.1