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/runtime/Error.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCNAPI explicit ScriptItemEnchantmentTypeNotCompatibleError(::std::string const& typeName);
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
24 MCNAPI void* $ctor(::std::string const& typeName);
25 // NOLINTEND
26};
27
28} // namespace ScriptModuleMinecraft
Definition ScriptItemEnchantmentTypeNotCompatibleError.h:10
MCAPI ScriptItemEnchantmentTypeNotCompatibleError(::std::string const &typeName)
MCAPI void * $ctor(::std::string const &typeName)
Definition Error.h:7