LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentPlayerInteractAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentAfterEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage; }
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
21public:
22 // member variables
23 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
35
36public:
37 // member functions
38 // NOLINTBEGIN
41 );
42
46 );
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static ::Scripting::ClassBinding bind();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
59
60 MCNAPI void* $ctor(
63 );
64 // NOLINTEND
65};
66
67} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition WeakLifetimeScope.h:12
Definition ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage.h:11
Definition ScriptBlockCustomComponentPlayerInteractAfterEvent.h:20
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage const &eventData, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEvent &&)
MCAPI ScriptBlockCustomComponentPlayerInteractAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage const &eventData, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ScriptBlockCustomComponentPlayerInteractAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEvent &&)
Definition ScriptBlockEvent.h:12
Definition Alias.h:14