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 ScriptBlockCustomComponentPlayerDestroyAfterEventIntermediateStorage; }
12namespace Scripting {
struct ClassBinding; }
15namespace ScriptModuleMinecraft {
50 MCNAPI static ::Scripting::ClassBinding
bind();
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptBlockCustomComponentPlayerDestroyAfterEvent.h:19
MCAPI ScriptBlockCustomComponentPlayerDestroyAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerDestroyAfterEvent const &)
MCAPI ~ScriptBlockCustomComponentPlayerDestroyAfterEvent()
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerDestroyAfterEvent &&)
static MCAPI ::Scripting::ClassBinding bind()
MCAPI ScriptBlockCustomComponentPlayerDestroyAfterEvent(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerDestroyAfterEvent &&)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentPlayerDestroyAfterEvent const &)
Definition ScriptBlockEvent.h:12