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/BaseError.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
struct
ErrorBinding
; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
struct
ScriptUnloadedChunksError :
public
::Scripting::BaseError
{
16
public
:
17
// prevent constructor by default
18
ScriptUnloadedChunksError();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI ScriptUnloadedChunksError(uint64 unloadedChunks, uint64 totalChunks);
24
// NOLINTEND
25
26
public
:
27
// static functions
28
// NOLINTBEGIN
29
MCAPI static ::Scripting::ErrorBinding bind();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(uint64 unloadedChunks, uint64 totalChunks);
36
// NOLINTEND
37
};
38
39
}
// namespace ScriptModuleMinecraft
Scripting::BaseError
Definition
BaseError.h:12
Scripting::ErrorBinding
Definition
ErrorBinding.h:16
src
mc
scripting
modules
minecraft
ScriptUnloadedChunksError.h
Generated on
for LeviLamina by
1.16.1