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/ScriptPlayerInteractEvent.h"
13namespace ScriptModuleMinecraft {
class ScriptBlock; }
14namespace ScriptModuleMinecraft {
class ScriptPlayer; }
17namespace ScriptModuleMinecraft {
42 ::ScriptModuleMinecraft::ScriptFacing blockFace,
58 ::ScriptModuleMinecraft::ScriptFacing blockFace,
Definition StrongTypedObjectHandle.h:8
Definition ScriptPlayerInteractEvent.h:7
Definition ScriptPlayerInteractWithBlockEvent.h:19
MCAPI ~ScriptPlayerInteractWithBlockEvent()
MCAPI ScriptPlayerInteractWithBlockEvent(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockEvent const &)
MCAPI ScriptPlayerInteractWithBlockEvent(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > player, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > block, ::ScriptModuleMinecraft::ScriptFacing blockFace, ::Vec3 faceLocation, bool isFirstEvent)
MCAPI void * $ctor(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > player, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > block, ::ScriptModuleMinecraft::ScriptFacing blockFace, ::Vec3 faceLocation, bool isFirstEvent)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockEvent const &)