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/scripting/modules/minecraft/events/ScriptCustomComponentPubSubConnectors.h"
7#include "mc/scripting/modules/minecraft/events/ScriptItemCompleteUseEvent.h"
8#include "mc/scripting/modules/minecraft/events/ScriptItemCustomComponentAfterEvent.h"
9#include "mc/scripting/modules/minecraft/events/ScriptItemCustomComponentIntermediateStorage.h"
10#include "mc/world/item/ItemUseMethod.h"
11
12// auto generated forward declare list
13// clang-format off
14class ItemStack;
15class Level;
16class Player;
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
24public:
25 // ScriptItemCustomComponentCompleteUseEvent inner types declare
26 // clang-format off
28 // clang-format on
29
30 // ScriptItemCustomComponentCompleteUseEvent inner types define
32 public:
33 // member variables
34 // NOLINTBEGIN
37 // NOLINTEND
38
39 public:
40 // prevent constructor by default
44
45 public:
46 // member functions
47 // NOLINTBEGIN
49 // NOLINTEND
50
51 public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56 };
57
58public:
59 // virtual functions
60 // NOLINTBEGIN
61 // vIndex: 0
62 virtual ~ScriptItemCustomComponentCompleteUseEvent() /*override*/ = default;
63 // NOLINTEND
64
65public:
66 // static functions
67 // NOLINTBEGIN
68 MCAPI static ::Scripting::ClassBinding bind();
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74
75 // NOLINTEND
76
77public:
78 // vftables
79 // NOLINTBEGIN
80 MCAPI static void** $vftable();
81 // NOLINTEND
82};
83
84} // namespace ScriptModuleMinecraft
Definition ItemStack.h:25
Definition Level.h:234
Definition Player.h:119
Definition ScriptItemCompleteUseEvent.h:17
Definition ScriptItemCustomComponentAfterEvent.h:17
Definition ScriptItemCustomComponentCompleteUseEvent.h:31
Definition ScriptItemCustomComponentCompleteUseEvent.h:23
Definition ScriptItemCustomComponentIntermediateStorage.h:17
Definition Alias.h:14