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/ScriptPlayerInteractWithBlockEvent.h"
13namespace ScriptModuleMinecraft {
class ScriptBlock; }
14namespace ScriptModuleMinecraft {
class ScriptItemStack; }
15namespace ScriptModuleMinecraft {
class ScriptPlayer; }
16namespace Scripting {
struct ClassBinding; }
19namespace ScriptModuleMinecraft {
47 ::ScriptModuleMinecraft::ScriptFacing blockFace,
58 MCNAPI static ::Scripting::ClassBinding
bind();
73 ::ScriptModuleMinecraft::ScriptFacing blockFace,
Definition StrongTypedObjectHandle.h:8
Definition ScriptPlayerInteractWithBlockAfterEvent.h:21
static MCAPI ::Scripting::ClassBinding bind()
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockAfterEvent &&)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockAfterEvent const &)
MCAPI void * $ctor(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > player, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > beforeItemStack, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > afterItemStack, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > block, ::ScriptModuleMinecraft::ScriptFacing blockFace, ::Vec3 faceLocation, bool isFirstEvent)
MCAPI ScriptPlayerInteractWithBlockAfterEvent(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > player, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > beforeItemStack, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > > afterItemStack, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > block, ::ScriptModuleMinecraft::ScriptFacing blockFace, ::Vec3 faceLocation, bool isFirstEvent)
MCAPI ~ScriptPlayerInteractWithBlockAfterEvent()
MCAPI ScriptPlayerInteractWithBlockAfterEvent(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockAfterEvent const &)
MCAPI ScriptPlayerInteractWithBlockAfterEvent(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockAfterEvent &&)
Definition ScriptPlayerInteractWithBlockEvent.h:19