LeviLamina
Loading...
Searching...
No Matches
ScriptItemEnchantmentInstance.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class ItemEnchants;
9namespace ScriptModuleMinecraft { struct ScriptItemEnchantmentLevelOutOfBoundsError; }
10namespace ScriptModuleMinecraft { struct ScriptItemEnchantmentTypeNotCompatibleError; }
11namespace ScriptModuleMinecraft { struct ScriptItemEnchantmentUnknownIdError; }
12namespace Scripting { struct InterfaceBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI ::std::variant<
39 tryResolveInstance(::ItemEnchants& itemEnchants) const;
40
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static ::Scripting::InterfaceBinding bind();
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace ScriptModuleMinecraft
Definition EnchantmentInstance.h:8
Definition ItemEnchants.h:17
Definition ScriptItemEnchantmentInstance.h:17
MCAPI ::std::variant< ::EnchantmentInstance, ::ScriptModuleMinecraft::ScriptItemEnchantmentLevelOutOfBoundsError, ::ScriptModuleMinecraft::ScriptItemEnchantmentUnknownIdError, ::ScriptModuleMinecraft::ScriptItemEnchantmentTypeNotCompatibleError > tryResolveInstance(::ItemEnchants &itemEnchants) const
static MCAPI ::Scripting::InterfaceBinding bind()
Definition ScriptItemEnchantmentLevelOutOfBoundsError.h:10
Definition ScriptItemEnchantmentTypeNotCompatibleError.h:10
Definition ScriptItemEnchantmentUnknownIdError.h:15
Definition Alias.h:14