LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptBlockGlobalEventListener Class Reference
Inheritance diagram for ScriptModuleMinecraft::ScriptBlockGlobalEventListener:

Classes

struct  Listener

Public Member Functions

virtual::EventResult onEvent (::PistonActionEvent const &eventData)
virtual::EventResult onEvent (::LeverActionEvent const &eventData)
virtual::EventResult onEvent (::ButtonPushEvent const &eventData)
virtual::EventResult onEvent (::PressurePlatePushEvent const &eventData)
virtual::EventResult onEvent (::PressurePlatePopEvent const &eventData)
virtual::EventResult onEvent (::TripWireTripEvent const &eventData)
virtual::EventResult onEvent (::TargetBlockHitEvent const &eventData)
virtual::EventResult onEvent (::ExplosionStartedEvent const &eventData)
virtual::EventResult onBlockExploded (::Dimension &dimension, ::BlockPos const &blockPos, ::Block const &destroyedBlock, ::Actor *source)
virtual::EventResult onBlockPlacedByPlayer (::Player &player, ::Block const &placedBlock, ::BlockPos const &pos, bool isUnderwater)
virtual::EventResult onBlockDestroyedByPlayer (::Player &player, ::Block const &destroyedBlock, ::BlockPos const &pos, ::ItemStackBase const &currentItem, ::ItemStackBase const &itemBeforeBlockBreak)
virtual::EventResult onBlockDestructionStarted (::Player &player, ::BlockPos const &pos, ::Block const &hitBlock, uchar const face)
MCAPI::EventResult $onEvent (::PistonActionEvent const &eventData)
MCAPI::EventResult $onEvent (::LeverActionEvent const &eventData)
MCAPI::EventResult $onEvent (::ButtonPushEvent const &eventData)
MCAPI::EventResult $onEvent (::PressurePlatePushEvent const &eventData)
MCAPI::EventResult $onEvent (::PressurePlatePopEvent const &eventData)
MCAPI::EventResult $onEvent (::TripWireTripEvent const &eventData)
MCAPI::EventResult $onEvent (::TargetBlockHitEvent const &eventData)
MCAPI::EventResult $onEvent (::ExplosionStartedEvent const &eventData)
MCAPI::EventResult $onBlockExploded (::Dimension &dimension, ::BlockPos const &blockPos, ::Block const &destroyedBlock, ::Actor *source)
MCAPI::EventResult $onBlockPlacedByPlayer (::Player &player, ::Block const &placedBlock, ::BlockPos const &pos, bool isUnderwater)
MCAPI::EventResult $onBlockDestroyedByPlayer (::Player &player, ::Block const &destroyedBlock, ::BlockPos const &pos, ::ItemStackBase const &currentItem, ::ItemStackBase const &itemBeforeBlockBreak)
MCAPI::EventResult $onBlockDestructionStarted (::Player &player, ::BlockPos const &pos, ::Block const &hitBlock, uchar const face)

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 24, ::std::vector<::ScriptModuleMinecraft::ScriptBlockGlobalEventListener::Listener > > mListeners

Member Function Documentation

◆ $vftable()

MCAPI void ** ScriptModuleMinecraft::ScriptBlockGlobalEventListener::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: