3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentBeforeEvent.h"
11namespace BlockEvents {
class BlockPlayerPlacingEvent; }
12namespace Scripting {
class WeakLifetimeScope; }
13namespace Scripting {
struct ClassBinding; }
16namespace ScriptModuleMinecraft {
43 virtual bool shouldCancel()
const ;
69 MCNAPI static ::Scripting::ClassBinding
bind();
Definition BlockPlayerPlacingEvent.h:17
Definition ScriptCustomComponentBeforeEvent.h:8
Definition WeakLifetimeScope.h:12
Definition ScriptBlockCustomComponentPlayerPlaceBeforeEvent.h:20
static MCAPI ::Scripting::ClassBinding bind()
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