3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/lifetime_registry/TypedObjectHandle.h"
7#include "mc/gameplayhandlers/BlockGameplayHandler.h"
8#include "mc/gameplayhandlers/CoordinatorResult.h"
9#include "mc/gameplayhandlers/EventHandlerDispatcher.h"
10#include "mc/gameplayhandlers/GameplayHandlerResult.h"
11#include "mc/scripting/event_handlers/ScriptEventHandler.h"
18namespace ScriptModuleMinecraft {
class IScriptWorldBeforeEvents; }
19namespace Scripting {
class WeakLifetimeScope; }
28 virtual ::GameplayHandlerResult<::CoordinatorResult>
32 virtual ::GameplayHandlerResult<::CoordinatorResult>
36 virtual ::GameplayHandlerResult<::CoordinatorResult>
Definition EventHandlerDispatcher.h:6
Definition ScriptBlockGameplayHandler.h:23
MCAPI ::GameplayHandlerResult<::CoordinatorResult > $handleEvent(::ExplosionStartedEvent &explosionStartedEvent)
MCAPI ::GameplayHandlerResult<::CoordinatorResult > $handleEvent(::BlockTryDestroyByPlayerEvent &eventData)
static MCAPI void ** $vftable()
MCAPI bool _handleExplosionStartedEvent(::ExplosionStartedEvent &explosionStartedEvent, ::Scripting::WeakLifetimeScope const &scope, ::Scripting::TypedObjectHandle<::ScriptModuleMinecraft::IScriptWorldBeforeEvents > scriptLevelEventsHandle) const
MCAPI bool _handleBlockTryPlaceByPlayerEvent(::BlockTryPlaceByPlayerEvent const &eventData, ::Scripting::WeakLifetimeScope const &scope, ::Scripting::TypedObjectHandle<::ScriptModuleMinecraft::IScriptWorldBeforeEvents > scriptLevelEventsHandle) const
MCAPI bool _handleBlockTryDestroyByPlayerEvent(::BlockTryDestroyByPlayerEvent &eventData, ::Scripting::WeakLifetimeScope const &scope, ::Scripting::TypedObjectHandle<::ScriptModuleMinecraft::IScriptWorldBeforeEvents > scriptLevelEventsHandle) const
MCAPI ::GameplayHandlerResult<::CoordinatorResult > $handleEvent(::BlockTryPlaceByPlayerEvent const &eventData)
Definition ScriptEventHandler.h:6
Definition WeakLifetimeScope.h:12
Definition BlockTryDestroyByPlayerEvent.h:16
Definition BlockTryPlaceByPlayerEvent.h:16
Definition ExplosionStartedEvent.h:15
Definition TypedObjectHandle.h:8