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/runtime/Error.h"
7
8// auto generated forward declare list
9// clang-format off
10class Vec3;
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI explicit ScriptLocationInUnloadedChunkError(::Vec3 const& pos);
24
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor(::Vec3 const& pos);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
40
41} // namespace ScriptModuleMinecraft
Definition Vec3.h:10
Definition ScriptLocationInUnloadedChunkError.h:15
Definition Error.h:7