|
LeviLamina
|
Public Member Functions | |
| BlockLeashableComponent & | operator= (BlockLeashableComponent const &) |
| BlockLeashableComponent (BlockLeashableComponent const &) | |
| MCAPI void | _onBlockBreak (::BlockEvents::BlockBreakEvent &event) const |
| MCAPI void | _onBlockPlayerDestroy (::BlockEvents::BlockPlayerDestroyEvent &event) const |
| MCAPI void | _onBlockPlayerInteract (::BlockEvents::BlockPlayerInteractEvent &event) const |
| MCAPI void | finalize (::BlockEvents::BlockEventManager &eventManager) |
| MCAPI::BlockLeashableComponent & | operator= (::BlockLeashableComponent &&) |
Public Attributes | |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mLeashKnotOffset |
| ::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnBlockInteractEventSubscription |
| ::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnBlockDestroyEventSubscription |
| ::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnBlockPlayerDestroyEventSubscription |