LeviLamina
Loading...
Searching...
No Matches
ScriptItemReleaseUseAfterEvent.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
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
40 ::Player const& player,
41 ::ItemReleaseUseEvent const& itemEvent,
43 );
44
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCNAPI static ::Scripting::ClassBinding bind();
52
53 MCNAPI static ::Scripting::ClassBinding bindV010();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60
61 MCNAPI void* $ctor(
63 ::Player const& player,
64 ::ItemReleaseUseEvent const& itemEvent,
66 );
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCNAPI void $dtor();
73 // NOLINTEND
74};
75
76} // namespace ScriptModuleMinecraft
Definition Player.h:119
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition ItemReleaseUseEvent.h:8
Definition ScriptItemReleaseUseAfterEvent.h:19
MCAPI ScriptItemReleaseUseAfterEvent(::ScriptModuleMinecraft::ScriptItemReleaseUseAfterEvent const &)
MCAPI ScriptItemReleaseUseAfterEvent(::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > item, ::Player const &player, ::ItemReleaseUseEvent const &itemEvent, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::ClassBinding bind()
MCAPI void * $ctor(::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > item, ::Player const &player, ::ItemReleaseUseEvent const &itemEvent, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::ClassBinding bindV010()
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptItemReleaseUseAfterEvent const &)
Definition Alias.h:14