LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentConsumeEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentPubSubConnectors.h"
7#include "mc/scripting/modules/minecraft/events/ScriptItemCustomComponentAfterEvent.h"
8#include "mc/scripting/modules/minecraft/events/ScriptItemCustomComponentIntermediateStorage.h"
9
10// auto generated forward declare list
11// clang-format off
12class Actor;
13class ItemStack;
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // ScriptItemCustomComponentConsumeEvent inner types declare
23 // clang-format off
25 // clang-format on
26
27 // ScriptItemCustomComponentConsumeEvent inner types define
29 public:
30 // member variables
31 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
41
42 public:
43 // member functions
44 // NOLINTBEGIN
46 // NOLINTEND
47
48 public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53 };
54
55public:
56 // member variables
57 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // prevent constructor by default
66
67public:
68 // virtual functions
69 // NOLINTBEGIN
70 // vIndex: 0
71 virtual ~ScriptItemCustomComponentConsumeEvent() /*override*/;
72 // NOLINTEND
73
74public:
75 // member functions
76 // NOLINTBEGIN
78
82 );
83 // NOLINTEND
84
85public:
86 // static functions
87 // NOLINTBEGIN
88 MCAPI static ::Scripting::ClassBinding bind();
89 // NOLINTEND
90
91public:
92 // constructor thunks
93 // NOLINTBEGIN
95
96 MCAPI void* $ctor(
99 );
100 // NOLINTEND
101
102public:
103 // destructor thunk
104 // NOLINTBEGIN
105 MCAPI void $dtor();
106 // NOLINTEND
107
108public:
109 // vftables
110 // NOLINTBEGIN
111 MCAPI static void** $vftable();
112 // NOLINTEND
113};
114
115} // namespace ScriptModuleMinecraft
Definition Actor.h:104
Definition ItemStack.h:25
Definition WeakLifetimeScope.h:12
Definition ScriptItemCustomComponentAfterEvent.h:17
Definition ScriptItemCustomComponentConsumeEvent.h:20
Definition ScriptItemCustomComponentIntermediateStorage.h:17
Definition Alias.h:14