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 { struct ClassBinding; }
19// clang-format on
20
21namespace ScriptModuleMinecraft {
22
25public:
26 // ScriptItemCustomComponentCompleteUseEvent inner types declare
27 // clang-format off
29 // clang-format on
30
31 // ScriptItemCustomComponentCompleteUseEvent 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> mPlayer;
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(::ItemUseMethod&, ::ItemStack const&, ::ItemStack&, ::Player&, ::Level&)>;
55
56public:
57 // virtual functions
58 // NOLINTBEGIN
59 virtual ~ScriptItemCustomComponentCompleteUseEvent() /*override*/ = default;
60 // NOLINTEND
61
62public:
63 // static functions
64 // NOLINTBEGIN
65 MCAPI static ::Scripting::ClassBinding bind();
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
74
75} // namespace ScriptModuleMinecraft
Definition ItemStack.h:26
Definition Level.h:250
Definition Player.h:129
Definition ScriptCustomComponentPubSubConnectors.h:8
Definition ScriptItemCompleteUseEvent.h:17
Definition ScriptItemCustomComponentAfterEvent.h:17
Definition ScriptItemCustomComponentCompleteUseEvent.h:32
Definition ScriptItemCustomComponentCompleteUseEvent.h:24
Definition ScriptItemCustomComponentIntermediateStorage.h:17
Definition ClassBinding.h:19