LeviLamina
Loading...
Searching...
No Matches
ScriptItemCompleteUseAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/events/ScriptItemCompleteUseEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11class Player;
13namespace ScriptModuleMinecraft { class ScriptItemStack; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // member variables
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
38 ::Player const& player,
39 ::ItemCompleteUseEvent const& itemEvent,
41 );
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static ::Scripting::ClassBinding bind();
48
49 MCNAPI static ::Scripting::ClassBinding bindV010();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCNAPI void* $ctor(
57 ::Player const& player,
58 ::ItemCompleteUseEvent const& itemEvent,
60 );
61 // NOLINTEND
62};
63
64} // namespace ScriptModuleMinecraft
Definition Player.h:119
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition ItemCompleteUseEvent.h:8
Definition ScriptItemCompleteUseAfterEvent.h:20
static MCAPI ::Scripting::ClassBinding bind()
MCAPI ScriptItemCompleteUseAfterEvent(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item, ::Player const &player, ::ItemCompleteUseEvent const &itemEvent, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item, ::Player const &player, ::ItemCompleteUseEvent const &itemEvent, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::ClassBinding bindV010()
Definition ScriptItemCompleteUseEvent.h:17
Definition Alias.h:14