LeviLamina
Loading...
Searching...
No Matches
ScriptItemStopUseAfterEvent.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;
11struct ItemStopUseEvent;
12namespace ScriptModuleMinecraft { class ScriptItemStack; }
13namespace ScriptModuleMinecraft { class ScriptPlayer; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<
25 8,
26 40,
27 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>>
28 mScriptItem;
29 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> mSource;
30 ::ll::TypedStorage<4, 4, int> mUseDuration;
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
45 ::Player const& player,
46 ::ItemStopUseEvent const& itemEvent,
48 );
49
51 // NOLINTEND
52
53public:
54 // static functions
55 // NOLINTBEGIN
56 MCAPI static ::Scripting::ClassBinding bind();
57
58 MCAPI static ::Scripting::ClassBinding bindV010();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
65
66 MCFOLD void* $ctor(
68 ::Player const& player,
69 ::ItemStopUseEvent const& itemEvent,
71 );
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77 MCFOLD void $dtor();
78 // NOLINTEND
79};
80
81} // namespace ScriptModuleMinecraft
Definition Player.h:123
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:7
Definition ItemStopUseEvent.h:8
Definition ScriptItemStopUseAfterEvent.h:20