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#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentToExecute.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace BlockEvents { class BlockPlayerPlacingEvent; }
13namespace ScriptModuleMinecraft { class ScriptBlockCustomComponentInterface; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21: public ::ScriptModuleMinecraft::ScriptCustomComponentBeforeEvent<::BlockEvents::BlockPlayerPlacingEvent&>,
23public:
24 // member variables
25 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
37
38public:
39 // virtual functions
40 // NOLINTBEGIN
41 // vIndex: 1
42 virtual void updateEngineEvent(::BlockEvents::BlockPlayerPlacingEvent& engineEvent) const /*override*/;
43
44 // vIndex: 2
45 virtual bool shouldCancel() const /*override*/;
46
47 // vIndex: 0
49 // NOLINTEND
50
51public:
52 // member functions
53 // NOLINTBEGIN
56 );
57
60 );
61
65 );
66 // NOLINTEND
67
68public:
69 // static functions
70 // NOLINTBEGIN
71 MCNAPI static ::Scripting::ClassBinding bind();
72
75 void>>
77 // NOLINTEND
78
79public:
80 // constructor thunks
81 // NOLINTBEGIN
83
85
86 MCNAPI void*
88 // NOLINTEND
89
90public:
91 // destructor thunk
92 // NOLINTBEGIN
93 MCNAPI void $dtor();
94 // NOLINTEND
95
96public:
97 // virtual function thunks
98 // NOLINTBEGIN
100
101 MCNAPI bool $shouldCancel() const;
102 // NOLINTEND
103
104public:
105 // vftables
106 // NOLINTBEGIN
107 MCNAPI static void** $vftable();
108 // NOLINTEND
109};
110
111} // namespace ScriptModuleMinecraft
Definition BlockPlayerPlacingEvent.h:18
Definition ScriptBlockCustomComponentInterface.h:10
Definition ScriptCustomComponentBeforeEvent.h:8
Definition ScriptCustomComponentToExecute.h:8
Definition WeakLifetimeScope.h:12
Definition ScriptBlockCustomComponentPlayerPlaceBeforeEvent.h:22
static MCAPI ::std::vector<::ScriptModuleMinecraft::ScriptCustomComponentToExecute< ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const &, void > > tryGetComponentsToExecute(::BlockEvents::BlockPlayerPlacingEvent const &eventData)
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