3#include "mc/_HeaderOutputPredefine.h"
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"
12namespace BlockEvents {
class BlockPlayerPlacingEvent; }
13namespace ScriptModuleMinecraft {
class ScriptBlockCustomComponentInterface; }
14namespace Scripting {
class WeakLifetimeScope; }
15namespace Scripting {
struct ClassBinding; }
18namespace ScriptModuleMinecraft {
45 virtual bool shouldCancel()
const ;
71 MCNAPI static ::Scripting::ClassBinding
bind();
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 ::Scripting::ClassBinding bind()
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 &&)
static MCAPI void ** $vftable()
MCAPI ScriptBlockCustomComponentPlayerPlaceBeforeEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerPlaceBeforeEvent const &)
MCAPI bool $shouldCancel() const
Definition ScriptBlockEvent.h:12