3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/events/EventListenerDispatcher.h"
7#include "mc/world/events/EventResult.h"
8#include "mc/world/events/PlayerEventListener.h"
24namespace ScriptModuleMinecraft {
Definition EventListenerDispatcher.h:6
Definition ScriptPlayerEventListener.h:26
MCAPI::EventResult $onEvent(::PlayerDimensionChangeAfterEvent const &playerDimensionChangeEvent)
MCAPI::EventResult $onEvent(::PlayerInteractWithEntityAfterEvent const &playerInteractWithEntityEvent)
MCAPI::EventResult $onEvent(::PlayerInitialSpawnEvent const &initialSpawnEvent)
MCAPI::EventResult $onEvent(::PlayerScriptInputEvent const &e)
MCAPI::EventResult $onEvent(::PlayerGameModeChangeEvent const &playerGameModeChangeEvent)
MCAPI::EventResult $onEvent(::PlayerEmoteEvent const &playerEmoteEvent)
MCAPI::EventResult $onEvent(::PlayerInteractWithBlockAfterEvent const &playerInteractWithBlockEvent)
MCAPI::EventResult $onEvent(::PlayerInputPermissionCategoryChangeEvent const &event)
MCAPI::EventResult $onEvent(::PlayerInputModeChangeEvent const &playerInputModeChangeEvent)
static MCAPI void ** $vftable()
MCAPI::EventResult $onEvent(::PlayerRespawnEvent const &respawnEvent)
Definition PlayerDimensionChangeAfterEvent.h:16
Definition PlayerEmoteEvent.h:8
Definition PlayerGameModeChangeEvent.h:9
Definition PlayerInitialSpawnEvent.h:13
Definition PlayerInteractWithBlockAfterEvent.h:15
Definition PlayerInteractWithEntityAfterEvent.h:14
Definition PlayerRespawnEvent.h:13