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/runtime/Error.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // member functions
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // destructor thunk
19 // NOLINTBEGIN
20 MCNAPI void $dtor();
21 // NOLINTEND
22};
23
24} // namespace ScriptModuleMinecraft
Definition ScriptLocationOutOfWorldBoundsError.h:10
Definition Error.h:7