LeviLamina
Loading...
Searching...
No Matches
ScriptItemEnchantmentUnknownIdError.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
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ErrorBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // member functions
18 // NOLINTBEGIN
20
22 // NOLINTEND
23
24public:
25 // static functions
26 // NOLINTBEGIN
27 MCNAPI static ::Scripting::ErrorBinding bind();
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCNAPI void* $ctor();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace ScriptModuleMinecraft
Definition ScriptItemEnchantmentUnknownIdError.h:15
static MCAPI ::Scripting::ErrorBinding bind()
Definition Error.h:7