3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/ScriptFacing.h"
8#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
9#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentBeforeEvent.h"
10#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentToExecute.h"
14namespace BlockEvents {
class BlockPlayerPlacingEvent; }
15namespace ScriptModuleMinecraft {
class ScriptBlockCustomComponentInterface; }
16namespace ScriptModuleMinecraft {
class ScriptBlockPermutation; }
17namespace ScriptModuleMinecraft {
class ScriptPlayer; }
18namespace Scripting {
class WeakLifetimeScope; }
19namespace Scripting {
struct ClassBinding; }
22namespace ScriptModuleMinecraft {
30 ::ll::TypedStorage<1, 1, bool> mCancel;
31 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
33 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptFacing> mFace;
37 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>>
54 virtual bool shouldCancel()
const ;
80 MCAPI static ::Scripting::ClassBinding bind();
110 MCFOLD
bool $shouldCancel()
const;
Definition BlockPlayerPlacingEvent.h:18
Definition ScriptBlockCustomComponentInterface.h:10
Definition ScriptCustomComponentBeforeEvent.h:8
Definition ScriptCustomComponentToExecute.h:8
Definition WeakLifetimeScope.h:7
Definition ScriptBlockCustomComponentPlayerPlaceBeforeEvent.h:26
static MCAPI void ** $vftable()
Definition ScriptBlockEvent.h:17