LeviLamina
Loading...
Searching...
No Matches
ScriptItemStartUseOnAfterEvent.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
8// auto generated forward declare list
9// clang-format off
10class Player;
12namespace ScriptModuleMinecraft { class ScriptItemStack; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
20public:
21 // member variables
22 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
41 ::ItemStartUseOnEvent const& itemEvent,
42 ::Player* player,
44 );
45
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static ::Scripting::ClassBinding bind();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
59
60 MCNAPI void* $ctor(
62 ::ItemStartUseOnEvent const& itemEvent,
63 ::Player* player,
65 );
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCNAPI void $dtor();
72 // NOLINTEND
73};
74
75} // namespace ScriptModuleMinecraft
Definition Player.h:119
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition ItemStartUseOnEvent.h:10
Definition ScriptItemStartUseOnAfterEvent.h:19
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptItemStartUseOnAfterEvent const &)
MCAPI void * $ctor(::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > item, ::ItemStartUseOnEvent const &itemEvent, ::Player *player, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ScriptItemStartUseOnAfterEvent(::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > item, ::ItemStartUseOnEvent const &itemEvent, ::Player *player, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ScriptItemStartUseOnAfterEvent(::ScriptModuleMinecraft::ScriptItemStartUseOnAfterEvent const &)
static MCAPI ::Scripting::ClassBinding bind()
Definition Alias.h:14