LeviLamina
Loading...
Searching...
No Matches
ScriptItemPotionComponent.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#include "mc/deps/scripting/runtime/Result.h"
8#include "mc/scripting/modules/minecraft/items/components/ScriptItemComponent.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptItemStack; }
13namespace ScriptModuleMinecraft { class ScriptPotionDeliveryType; }
14namespace ScriptModuleMinecraft { class ScriptPotionEffectType; }
15namespace Scripting { class WeakLifetimeScope; }
16namespace Scripting { struct ClassBinding; }
17namespace Scripting { struct EngineError; }
18namespace Scripting { struct Error; }
19// clang-format on
20
21namespace ScriptModuleMinecraft {
22
23class ScriptItemPotionComponent : public ::ScriptModuleMinecraft::ScriptItemComponent {
24public:
25 // prevent constructor by default
26 ScriptItemPotionComponent();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~ScriptItemPotionComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ScriptItemPotionComponent(
40 );
41
42 MCAPI ::Scripting::Result<
46 _getPotionDeliveryType() const;
47
48 MCAPI ::Scripting::Result<
52 _getPotionEffectType() const;
53 // NOLINTEND
54
55public:
56 // static functions
57 // NOLINTBEGIN
58 MCAPI static ::Scripting::ClassBinding bind();
59
60 MCAPI static ::std::string const& getTypeName();
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
66 MCAPI void* $ctor(
69 );
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace ScriptModuleMinecraft
Definition ScriptItemComponent.h:20
Definition ScriptItemStack.h:32
Definition ScriptPotionDeliveryType.h:15
Definition ScriptPotionEffectType.h:17
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:7
Definition ClassBinding.h:19
Definition EngineError.h:15
Definition Error.h:10