LeviLamina
Loading...
Searching...
No Matches
ScriptLocationOutOfWorldBoundsError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/binding_type/ErrorBindingBuilder.h"
7
#include "mc/deps/scripting/runtime/Error.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Vec3
;
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
struct
ScriptLocationOutOfWorldBoundsError
:
public
::Scripting::Error
{
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
MCAPI
ScriptLocationOutOfWorldBoundsError
(::std::string
const
& details,
::Vec3
const
& pos);
21
22
MCAPI
~ScriptLocationOutOfWorldBoundsError
();
23
// NOLINTEND
24
25
public
:
26
// static functions
27
// NOLINTBEGIN
28
MCAPI static ::Scripting::ErrorBindingBuilder<::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError> bind();
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor(::std::string
const
& details,
::Vec3
const
& pos);
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCFOLD
void
$dtor();
41
// NOLINTEND
42
};
43
44
}
// namespace ScriptModuleMinecraft
Vec3
Definition
Vec3.h:10
ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError
Definition
ScriptLocationOutOfWorldBoundsError.h:16
Scripting::Error
Definition
Error.h:7
src
mc
scripting
modules
minecraft
block
ScriptLocationOutOfWorldBoundsError.h
Generated on Sat Apr 26 2025 05:55:51 for LeviLamina by
1.12.0