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/deps/ecs/WeakEntityRef.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentPubSubConnectors.h"
9#include "mc/scripting/modules/minecraft/events/ScriptItemCustomComponentAfterEvent.h"
10#include "mc/scripting/modules/minecraft/events/ScriptItemCustomComponentIntermediateStorage.h"
11#include "mc/world/item/ItemStack.h"
12
13// auto generated forward declare list
14// clang-format off
15class Actor;
16namespace ScriptModuleMinecraft { class ScriptActor; }
17namespace ScriptModuleMinecraft { class ScriptItemStack; }
18namespace Scripting { class WeakLifetimeScope; }
19namespace Scripting { struct ClassBinding; }
20// clang-format on
21
22namespace ScriptModuleMinecraft {
23
24struct ScriptItemCustomComponentConsumeEvent : public ::ScriptModuleMinecraft::ScriptItemCustomComponentAfterEvent {
25public:
26 // ScriptItemCustomComponentConsumeEvent inner types declare
27 // clang-format off
29 // clang-format on
30
31 // ScriptItemCustomComponentConsumeEvent inner types define
33 public:
34 // member variables
35 // NOLINTBEGIN
36 ::ll::TypedStorage<8, 152, ::ItemStack const> mItemStack;
37 ::ll::TypedStorage<8, 24, ::WeakEntityRef const> mEntity;
38 // NOLINTEND
39
40 public:
41 // member functions
42 // NOLINTBEGIN
44 // NOLINTEND
45
46 public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCFOLD void $dtor();
50 // NOLINTEND
51 };
52
54 void(::ItemStack const&, ::ItemStack&, ::Actor&)>;
55
56public:
57 // member variables
58 // NOLINTBEGIN
59 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>
60 mScriptItem;
61 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mEntity;
62 // NOLINTEND
63
64public:
65 // prevent constructor by default
66 ScriptItemCustomComponentConsumeEvent& operator=(ScriptItemCustomComponentConsumeEvent const&);
67 ScriptItemCustomComponentConsumeEvent();
68
69public:
70 // virtual functions
71 // NOLINTBEGIN
72 virtual ~ScriptItemCustomComponentConsumeEvent() /*override*/;
73 // NOLINTEND
74
75public:
76 // member functions
77 // NOLINTBEGIN
78 MCAPI ScriptItemCustomComponentConsumeEvent(::ScriptModuleMinecraft::ScriptItemCustomComponentConsumeEvent const&);
79
80 MCAPI ScriptItemCustomComponentConsumeEvent(
83 );
84 // NOLINTEND
85
86public:
87 // static functions
88 // NOLINTBEGIN
89 MCAPI static ::Scripting::ClassBinding bind();
90 // NOLINTEND
91
92public:
93 // constructor thunks
94 // NOLINTBEGIN
96
97 MCAPI void* $ctor(
100 );
101 // NOLINTEND
102
103public:
104 // destructor thunk
105 // NOLINTBEGIN
106 MCAPI void $dtor();
107 // NOLINTEND
108
109public:
110 // vftables
111 // NOLINTBEGIN
112 MCNAPI static void** $vftable();
113 // NOLINTEND
114};
115
116} // namespace ScriptModuleMinecraft
Definition Actor.h:105
Definition ItemStack.h:26
Definition ScriptActor.h:65
Definition ScriptItemStack.h:35
Definition WeakLifetimeScope.h:7
Definition ScriptCustomComponentPubSubConnectors.h:8
Definition ScriptItemCustomComponentAfterEvent.h:17
Definition ScriptItemCustomComponentConsumeEvent.h:24
Definition ScriptItemCustomComponentIntermediateStorage.h:17
Definition ClassBinding.h:19