LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentHitEntityEvent.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;
14class Mob;
15namespace Scripting { class WeakLifetimeScope; }
16namespace Scripting { struct ClassBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
22public:
23 // ScriptItemCustomComponentHitEntityEvent inner types declare
24 // clang-format off
26 // clang-format on
27
28 // ScriptItemCustomComponentHitEntityEvent inner types define
30 public:
31 // member variables
32 // NOLINTBEGIN
37 // NOLINTEND
38
39 public:
40 // prevent constructor by default
44
45 public:
46 // member functions
47 // NOLINTBEGIN
48 MCAPI IntermediateStorage(::ItemStack& item, ::Actor& hitEntity, ::Mob& attackingEntity, bool hadEffect);
49
51 // NOLINTEND
52
53 public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor(::ItemStack& item, ::Actor& hitEntity, ::Mob& attackingEntity, bool hadEffect);
57 // NOLINTEND
58
59 public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCAPI void $dtor();
63 // NOLINTEND
64 };
65
66public:
67 // member variables
68 // NOLINTBEGIN
73 // NOLINTEND
74
75public:
76 // prevent constructor by default
79
80public:
81 // virtual functions
82 // NOLINTBEGIN
83 // vIndex: 0
84 virtual ~ScriptItemCustomComponentHitEntityEvent() /*override*/;
85 // NOLINTEND
86
87public:
88 // member functions
89 // NOLINTBEGIN
90 MCAPI
92
94
98 );
99 // NOLINTEND
100
101public:
102 // static functions
103 // NOLINTBEGIN
104 MCAPI static ::Scripting::ClassBinding bind();
105 // NOLINTEND
106
107public:
108 // constructor thunks
109 // NOLINTBEGIN
111
113
114 MCAPI void* $ctor(
117 );
118 // NOLINTEND
119
120public:
121 // destructor thunk
122 // NOLINTBEGIN
123 MCAPI void $dtor();
124 // NOLINTEND
125
126public:
127 // vftables
128 // NOLINTBEGIN
129 MCAPI static void** $vftable();
130 // NOLINTEND
131};
132
133} // namespace ScriptModuleMinecraft
Definition Actor.h:104
Definition ItemStack.h:25
Definition Mob.h:47
Definition WeakLifetimeScope.h:12
Definition ScriptItemCustomComponentAfterEvent.h:17
Definition ScriptItemCustomComponentHitEntityEvent.h:21
Definition ScriptItemCustomComponentIntermediateStorage.h:17
Definition Alias.h:14