LeviLamina
Loading...
Searching...
No Matches
ScriptLocationInUnloadedChunkError.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 explicit ScriptLocationInUnloadedChunkError(::Vec3 const& pos);
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCAPI static ::Scripting::ErrorBindingBuilder<::ScriptModuleMinecraft::ScriptLocationInUnloadedChunkError> bind();
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::Vec3 const& pos);
33 // NOLINTEND
34};
35
36} // namespace ScriptModuleMinecraft
Definition Vec3.h:10
Definition ScriptLocationInUnloadedChunkError.h:16
Definition Error.h:7