LeviLamina
Loading...
Searching...
No Matches
ScriptInvalidContainerSlotError.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
ScriptInvalidContainerSlotError :
public
::Scripting::BaseError
{
16
public
:
17
// member functions
18
// NOLINTBEGIN
19
MCAPI ScriptInvalidContainerSlotError();
20
21
MCAPI ~ScriptInvalidContainerSlotError();
22
// NOLINTEND
23
24
public
:
25
// static functions
26
// NOLINTBEGIN
27
MCAPI static ::Scripting::ErrorBinding bind();
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
42
43
}
// namespace ScriptModuleMinecraft
Scripting::BaseError
Definition
BaseError.h:12
Scripting::ErrorBinding
Definition
ErrorBinding.h:15
src
mc
scripting
modules
minecraft
items
ScriptInvalidContainerSlotError.h
Generated on
for LeviLamina by
1.16.1