LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentPlayerPlaceBeforeEvent.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/ScriptCustomComponentBeforeEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace BlockEvents { class BlockPlayerPlacingEvent; }
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19: public ::ScriptModuleMinecraft::ScriptCustomComponentBeforeEvent<::BlockEvents::BlockPlayerPlacingEvent&>,
21public:
22 // member variables
23 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 1
40 virtual void updateEngineEvent(::BlockEvents::BlockPlayerPlacingEvent& engineEvent) const /*override*/;
41
42 // vIndex: 2
43 virtual bool shouldCancel() const /*override*/;
44
45 // vIndex: 0
47 // NOLINTEND
48
49public:
50 // member functions
51 // NOLINTBEGIN
54 );
55
58 );
59
63 );
64 // NOLINTEND
65
66public:
67 // static functions
68 // NOLINTBEGIN
69 MCNAPI static ::Scripting::ClassBinding bind();
70 // NOLINTEND
71
72public:
73 // constructor thunks
74 // NOLINTBEGIN
76
78
79 MCNAPI void*
81 // NOLINTEND
82
83public:
84 // destructor thunk
85 // NOLINTBEGIN
86 MCNAPI void $dtor();
87 // NOLINTEND
88
89public:
90 // virtual function thunks
91 // NOLINTBEGIN
93
94 MCNAPI bool $shouldCancel() const;
95 // NOLINTEND
96
97public:
98 // vftables
99 // NOLINTBEGIN
100 MCNAPI static void** $vftable();
101 // NOLINTEND
102};
103
104} // namespace ScriptModuleMinecraft
Definition BlockPlayerPlacingEvent.h:17
Definition ScriptCustomComponentBeforeEvent.h:8
Definition WeakLifetimeScope.h:12
Definition ScriptBlockCustomComponentPlayerPlaceBeforeEvent.h:20
MCAPI void * $ctor(::BlockEvents::BlockPlayerPlacingEvent const &engineEvent, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ScriptBlockCustomComponentPlayerPlaceBeforeEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent &&)
MCAPI ScriptBlockCustomComponentPlayerPlaceBeforeEvent(::BlockEvents::BlockPlayerPlacingEvent const &engineEvent, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void $updateEngineEvent(::BlockEvents::BlockPlayerPlacingEvent &engineEvent) const
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent &&)
MCAPI ScriptBlockCustomComponentPlayerPlaceBeforeEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent const &)
Definition ScriptBlockEvent.h:12
Definition Alias.h:14