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/binding_type/ErrorBindingBuilder.h"
7#include "mc/deps/scripting/runtime/Error.h"
8
9namespace ScriptModuleMinecraft {
10
12public:
13 // member functions
14 // NOLINTBEGIN
15 MCAPI ScriptUnloadedChunksError(uint64 unloadedChunks, uint64 totalChunks);
16
18 // NOLINTEND
19
20public:
21 // static functions
22 // NOLINTBEGIN
23 MCAPI static ::Scripting::ErrorBindingBuilder<::ScriptModuleMinecraft::ScriptUnloadedChunksError> bind();
24 // NOLINTEND
25
26public:
27 // constructor thunks
28 // NOLINTBEGIN
29 MCAPI void* $ctor(uint64 unloadedChunks, uint64 totalChunks);
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37};
38
39} // namespace ScriptModuleMinecraft
Definition ScriptUnloadedChunksError.h:11
Definition Error.h:7