17struct BlockLeashableComponent {
21 ::ll::TypedStorage<4, 12, ::Vec3> mLeashKnotOffset;
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnBlockInteractEventSubscription;
23 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnBlockDestroyEventSubscription;
24 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnBlockPlayerDestroyEventSubscription;
29 BlockLeashableComponent& operator=(BlockLeashableComponent
const&);
30 BlockLeashableComponent(BlockLeashableComponent
const&);
31 BlockLeashableComponent();
44 MCAPI ::BlockLeashableComponent& operator=(::BlockLeashableComponent&&);