LeviLamina
Loading...
Searching...
No Matches
ScriptItemStopUseOnAfterEvent.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 ScriptBlock; }
13namespace ScriptModuleMinecraft { class ScriptItemStack; }
14namespace ScriptModuleMinecraft { class ScriptPlayer; }
15namespace Scripting { class WeakLifetimeScope; }
16namespace Scripting { struct ClassBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
21struct ScriptItemStopUseOnAfterEvent {
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> mSource;
26 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>> mBlock;
27 ::ll::TypedStorage<
28 8,
29 40,
30 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>>
31 mScriptItem;
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 ScriptItemStopUseOnAfterEvent();
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ScriptItemStopUseOnAfterEvent(
43 ::ItemStopUseOnEvent const& itemEvent,
44 ::Player* player,
46 );
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static ::Scripting::ClassBinding bind();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCAPI void* $ctor(
60 ::ItemStopUseOnEvent const& itemEvent,
61 ::Player* player,
63 );
64 // NOLINTEND
65};
66
67} // namespace ScriptModuleMinecraft
Definition Player.h:137
Definition ScriptBlock.h:35
Definition ScriptItemStack.h:32
Definition ScriptPlayer.h:56
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:14
Definition ItemStopUseOnEvent.h:10
Definition ClassBinding.h:19