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
11class Vec3;
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI ScriptLocationOutOfWorldBoundsError(::std::string const& details, ::Vec3 const& pos);
21
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::Scripting::ErrorBindingBuilder<::ScriptModuleMinecraft::ScriptLocationOutOfWorldBoundsError> bind();
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor(::std::string const& details, ::Vec3 const& pos);
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCFOLD void $dtor();
41 // NOLINTEND
42};
43
44} // namespace ScriptModuleMinecraft
Definition Vec3.h:10
Definition ScriptLocationOutOfWorldBoundsError.h:16
Definition Error.h:7