LeviLamina
Loading...
Searching...
No Matches
ScriptItemEnchantmentInstance.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
11class ItemEnchants;
12namespace ScriptModuleMinecraft { struct ScriptItemEnchantmentLevelOutOfBoundsError; }
13namespace ScriptModuleMinecraft { struct ScriptItemEnchantmentType; }
14namespace ScriptModuleMinecraft { struct ScriptItemEnchantmentTypeNotCompatibleError; }
15namespace ScriptModuleMinecraft { struct ScriptItemEnchantmentUnknownIdError; }
16namespace Scripting { struct InterfaceBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemEnchantmentType>>
26 mEnchantType;
27 ::ll::TypedStorage<4, 4, int> mLevel;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ::std::variant<
38 tryResolveInstance(::ItemEnchants& itemEnchants) const;
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::Scripting::InterfaceBinding bind();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCFOLD void $dtor();
53 // NOLINTEND
54};
55
56} // namespace ScriptModuleMinecraft
Definition EnchantmentInstance.h:8
Definition ItemEnchants.h:17
Definition ScriptItemEnchantmentInstance.h:21
Definition ScriptItemEnchantmentLevelOutOfBoundsError.h:15
Definition ScriptItemEnchantmentTypeNotCompatibleError.h:15
Definition ScriptItemEnchantmentType.h:18
Definition ScriptItemEnchantmentUnknownIdError.h:15
Definition InterfaceBinding.h:16