LeviLamina
|
Public Member Functions | |
MCFOLD void | registerBlockGameplayHandler (::std::unique_ptr<::BlockGameplayHandler > &&handler) |
MCAPI void | sendBlockDestructionStarted (::Player &player, ::BlockPos const &blockPos, ::Block const &hitBlock, uchar face) |
MCAPI void | sendBlockPlacedByPlayer (::Player &player, ::Block const &placedBlock, ::BlockPos const &pos, bool isUnderwater) |
MCAPI::CoordinatorResult | sendEvent (::EventRef<::MutableBlockGameplayEvent<::CoordinatorResult > > event) |
MCAPI::CoordinatorResult | sendEvent (::EventRef<::BlockGameplayEvent<::CoordinatorResult > > const &event) |
Static Public Member Functions | |
static MCAPI void ** | $vftable () |
Public Attributes | |
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::BlockGameplayHandler > > | mBlockGameplayHandler |