LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerHotbarSelectedSlotChangeAfterEvent.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;
11namespace ScriptModuleMinecraft { class ScriptItemStack; }
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
38 );
39
41 ::Player const& player,
42 int previousSlotSelected,
43 int newSlotSelected,
46 );
47
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCNAPI static ::Scripting::ClassBinding bind();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61
62 MCNAPI void* $ctor(
63 ::Player const& player,
64 int previousSlotSelected,
65 int newSlotSelected,
68 );
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCNAPI void $dtor();
75 // NOLINTEND
76};
77
78} // namespace ScriptModuleMinecraft
Definition Player.h:120
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition ScriptPlayerHotbarSelectedSlotChangeAfterEvent.h:18
MCAPI ScriptPlayerHotbarSelectedSlotChangeAfterEvent(::ScriptModuleMinecraft::ScriptPlayerHotbarSelectedSlotChangeAfterEvent const &)
MCAPI ScriptPlayerHotbarSelectedSlotChangeAfterEvent(::Player const &player, int previousSlotSelected, int newSlotSelected, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > item, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerHotbarSelectedSlotChangeAfterEvent const &)
MCAPI void * $ctor(::Player const &player, int previousSlotSelected, int newSlotSelected, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > item, ::Scripting::WeakLifetimeScope const &scope)
Definition Alias.h:14