38 ::ll::TypedStorage<8, 8, ::BlockType const*> mBlock;
39 ::ll::TypedStorage<1, 1, bool const> mAlignedPlacement;
46 ::ll::TypedStorage<8, 8, ::BlockTypePtr> mBlock;
47 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mAllowedUseBlocks;
48 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnUseOnSubscription;
49 ::ll::TypedStorage<1, 1, bool> mCanUseBlockAsIcon;
50 ::ll::TypedStorage<1, 1, bool> mReplaceBlockItem;
51 ::ll::TypedStorage<1, 1, bool> mAlignedPlacement;
56 PlanterItemComponent();
61 virtual void handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion) ;
85 MCAPI
static void bindType(
87 ::std::vector<::AllExperiments>
const& requiredToggles,
88 ::std::optional<::SemVersion> releasedMinFormatVersion
91 MCAPI static ::PlanterItemComponent::BlockPlacementContext getBlockPlacementContext(
::ItemStackBase const& item);
103 MCAPI
void $handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion);
Definition PlanterItemComponent.h:34