LeviLamina
Loading...
Searching...
No Matches
ScriptItemEnchantmentTypeNotCompatibleError.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 explicit ScriptItemEnchantmentTypeNotCompatibleError(::std::string const& typeName);
16 // NOLINTEND
17
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCAPI static ::Scripting::ErrorBindingBuilder<::ScriptModuleMinecraft::ScriptItemEnchantmentTypeNotCompatibleError>
22 bind();
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void* $ctor(::std::string const& typeName);
29 // NOLINTEND
30};
31
32} // namespace ScriptModuleMinecraft
Definition ScriptItemEnchantmentTypeNotCompatibleError.h:11
Definition Error.h:7