LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentCompleteUseEvent.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/scripting/modules/minecraft/events/ScriptCustomComponentPubSubConnectors.h"
8#include "mc/scripting/modules/minecraft/events/ScriptItemCompleteUseEvent.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#include "mc/world/item/ItemUseMethod.h"
13
14// auto generated forward declare list
15// clang-format off
16class Level;
17class Player;
18namespace Scripting { class WeakLifetimeScope; }
19namespace Scripting { struct ClassBinding; }
20// clang-format on
21
22namespace ScriptModuleMinecraft {
23
24struct ScriptItemCustomComponentCompleteUseEvent : public ::ScriptModuleMinecraft::ScriptItemCustomComponentAfterEvent,
26public:
27 // ScriptItemCustomComponentCompleteUseEvent inner types declare
28 // clang-format off
30 // clang-format on
31
32 // ScriptItemCustomComponentCompleteUseEvent inner types define
34 public:
35 // member variables
36 // NOLINTBEGIN
37 ::ll::TypedStorage<8, 152, ::ItemStack const> mItemStack;
38 ::ll::TypedStorage<8, 24, ::WeakEntityRef const> mPlayer;
39 // NOLINTEND
40
41 public:
42 // member functions
43 // NOLINTBEGIN
45 // NOLINTEND
46
47 public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCFOLD void $dtor();
51 // NOLINTEND
52 };
53
55 void(::ItemUseMethod&, ::ItemStack const&, ::ItemStack&, ::Player&, ::Level&)>;
56
57public:
58 // prevent constructor by default
59 ScriptItemCustomComponentCompleteUseEvent();
60
61public:
62 // member functions
63 // NOLINTBEGIN
64 MCAPI ScriptItemCustomComponentCompleteUseEvent(
67 );
68 // NOLINTEND
69
70public:
71 // static functions
72 // NOLINTBEGIN
73 MCAPI static ::Scripting::ClassBinding bind();
74 // NOLINTEND
75
76public:
77 // constructor thunks
78 // NOLINTBEGIN
79 MCAPI void* $ctor(
82 );
83 // NOLINTEND
84
85public:
86 // vftables
87 // NOLINTBEGIN
88 MCNAPI static void** $vftable();
89 // NOLINTEND
90};
91
92} // namespace ScriptModuleMinecraft
Definition ItemStack.h:35
Definition Level.h:255
Definition Player.h:137
Definition WeakLifetimeScope.h:14
Definition ScriptCustomComponentPubSubConnectors.h:8
Definition ScriptItemCompleteUseEvent.h:17
Definition ScriptItemCustomComponentAfterEvent.h:17
Definition ScriptItemCustomComponentCompleteUseEvent.h:33
Definition ScriptItemCustomComponentIntermediateStorage.h:17
Definition ClassBinding.h:19