LeviLamina
Loading...
Searching...
No Matches
ScriptUnloadedChunksError.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 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCNAPI ScriptUnloadedChunksError(uint64 unloadedChunks, uint64 totalChunks);
19
21 // NOLINTEND
22
23public:
24 // constructor thunks
25 // NOLINTBEGIN
26 MCNAPI void* $ctor(uint64 unloadedChunks, uint64 totalChunks);
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCNAPI void $dtor();
33 // NOLINTEND
34};
35
36} // namespace ScriptModuleMinecraft
Definition ScriptUnloadedChunksError.h:10
MCAPI void * $ctor(uint64 unloadedChunks, uint64 totalChunks)
MCAPI ScriptUnloadedChunksError(uint64 unloadedChunks, uint64 totalChunks)
Definition Error.h:7