LeviLamina
Loading...
Searching...
No Matches
ScriptItemCompleteUseEvent.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
11namespace ScriptModuleMinecraft { class ScriptItemStack; }
12namespace ScriptModuleMinecraft { class ScriptPlayer; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
38 );
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptItemCompleteUseEvent> bind();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
53
54 MCAPI void* $ctor(
57 );
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCFOLD void $dtor();
64 // NOLINTEND
65};
66
67} // namespace ScriptModuleMinecraft
Definition StrongTypedObjectHandle.h:8
Definition ScriptItemCompleteUseEvent.h:17
Definition Alias.h:14