LeviLamina
Loading...
Searching...
No Matches
ScriptItemStartUseAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8
9// auto generated forward declare list
10// clang-format off
11class Player;
13namespace ScriptModuleMinecraft { class ScriptItemStack; }
14namespace Scripting { class WeakLifetimeScope; }
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 ::ItemStartUseEvent const& itemEvent,
43 );
44
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptItemStartUseAfterEvent> bind();
52
53 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptItemStartUseAfterEvent> bindV010();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60
61 MCAPI void* $ctor(
63 ::Player const& player,
64 ::ItemStartUseEvent const& itemEvent,
66 );
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCFOLD void $dtor();
73 // NOLINTEND
74};
75
76} // namespace ScriptModuleMinecraft
Definition Player.h:119
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition ItemStartUseEvent.h:8
Definition ScriptItemStartUseAfterEvent.h:19
Definition Alias.h:14