3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentAfterEvent.h"
11namespace ScriptModuleMinecraft {
struct ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage; }
12namespace Scripting {
class WeakLifetimeScope; }
13namespace Scripting {
struct ClassBinding; }
16namespace ScriptModuleMinecraft {
52 MCNAPI static ::Scripting::ClassBinding
bind();
Definition ScriptCustomComponentAfterEvent.h:7
Definition WeakLifetimeScope.h:12
Definition ScriptBlockCustomComponentPlayerInteractAfterEvent.h:20
static MCAPI ::Scripting::ClassBinding bind()
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage const &eventData, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEvent &&)
MCAPI ScriptBlockCustomComponentPlayerInteractAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage const &eventData, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ScriptBlockCustomComponentPlayerInteractAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerInteractAfterEvent &&)
Definition ScriptBlockEvent.h:12