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

Public Member Functions

ScriptBlockEventListeneroperator= (ScriptBlockEventListener const &)
 
 ScriptBlockEventListener (ScriptBlockEventListener const &)
 
virtual::EventResult onEvent (::PistonActionEvent const &pistonActionEvent)
 
virtual::EventResult onEvent (::LeverActionEvent const &leverActionEvent)
 
virtual::EventResult onEvent (::ButtonPushEvent const &buttonPushEvent)
 
virtual::EventResult onEvent (::PressurePlatePushEvent const &pressurePlatePushEvent)
 
virtual::EventResult onEvent (::PressurePlatePopEvent const &pressurePlatePopEvent)
 
virtual::EventResult onEvent (::TripWireTripEvent const &tripWireTripEvent)
 
virtual::EventResult onEvent (::TargetBlockHitEvent const &targetBlockHitEvent)
 
virtual::EventResult onEvent (::ExplosionStartedEvent const &explosionStartedEvent)
 
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 &pistonActionEvent)
 
MCAPI::EventResult $onEvent (::LeverActionEvent const &leverActionEvent)
 
MCAPI::EventResult $onEvent (::ButtonPushEvent const &buttonPushEvent)
 
MCAPI::EventResult $onEvent (::PressurePlatePushEvent const &pressurePlatePushEvent)
 
MCAPI::EventResult $onEvent (::PressurePlatePopEvent const &pressurePlatePopEvent)
 
MCAPI::EventResult $onEvent (::TripWireTripEvent const &tripWireTripEvent)
 
MCAPI::EventResult $onEvent (::TargetBlockHitEvent const &targetBlockHitEvent)
 
MCAPI::EventResult $onEvent (::ExplosionStartedEvent const &explosionStartedEvent)
 
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::UntypedStorage< 8, 16 > mUnk535dcd
 
::ll::UntypedStorage< 8, 16 > mUnkf27d63
 

Member Function Documentation

◆ $onEvent() [1/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::PistonActionEvent const & pistonActionEvent)
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.

◆ $onEvent() [2/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::LeverActionEvent const & leverActionEvent)
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.

◆ $onEvent() [3/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::ButtonPushEvent const & buttonPushEvent)
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.

◆ $onEvent() [4/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::PressurePlatePushEvent const & pressurePlatePushEvent)
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.

◆ $onEvent() [5/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::PressurePlatePopEvent const & pressurePlatePopEvent)
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.

◆ $onEvent() [6/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::TripWireTripEvent const & tripWireTripEvent)
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.

◆ $onEvent() [7/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::TargetBlockHitEvent const & targetBlockHitEvent)
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.

◆ $onEvent() [8/8]

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onEvent ( ::ExplosionStartedEvent const & explosionStartedEvent)
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.

◆ $onBlockPlacedByPlayer()

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onBlockPlacedByPlayer ( ::Player & player,
::Block const & placedBlock,
::BlockPos const & pos,
bool isUnderwater )
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.

◆ $onBlockDestroyedByPlayer()

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onBlockDestroyedByPlayer ( ::Player & player,
::Block const & destroyedBlock,
::BlockPos const & pos,
::ItemStackBase const & currentItem,
::ItemStackBase const & itemBeforeBlockBreak )
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.

◆ $onBlockDestructionStarted()

MCAPI::EventResult ScriptModuleMinecraft::ScriptBlockEventListener::$onBlockDestructionStarted ( ::Player & player,
::BlockPos const & pos,
::Block const & hitBlock,
uchar const face )
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.

◆ $vftable()

static MCAPI void ** ScriptModuleMinecraft::ScriptBlockEventListener::$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: