3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/scripting/modules/minecraft/events/ScriptPlayerInteractWithBlockEvent.h"
12namespace Scripting {
class WeakLifetimeScope; }
13namespace Scripting {
struct ClassBinding; }
16namespace ScriptModuleMinecraft {
48 MCNAPI static ::Scripting::ClassBinding
bind();
Definition WeakLifetimeScope.h:12
Definition PlayerInteractWithBlockBeforeEvent.h:15
Definition ScriptPlayerInteractWithBlockBeforeEvent.h:18
static MCAPI ::Scripting::ClassBinding bind()
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockBeforeEvent &&)
MCAPI ScriptPlayerInteractWithBlockBeforeEvent(::Player &player, ::PlayerInteractWithBlockBeforeEvent const &eventData, ::Scripting::WeakLifetimeScope &scope)
MCAPI void * $ctor(::Player &player, ::PlayerInteractWithBlockBeforeEvent const &eventData, ::Scripting::WeakLifetimeScope &scope)
MCAPI ScriptPlayerInteractWithBlockBeforeEvent(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockBeforeEvent &&)
Definition ScriptPlayerInteractWithBlockEvent.h:19