32 ::ll::TypedStorage<8, 8, ::BlockTypePtr> mBlock;
33 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mAllowedUseBlocks;
34 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnUseOnSubscription;
35 ::ll::TypedStorage<1, 1, bool> mCanUseBlockAsIcon;
36 ::ll::TypedStorage<1, 1, bool> mReplaceBlockItem;
47 virtual void handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion) ;
67 MCAPI
bool _placeBlock(
94 MCAPI
static void bindType(
96 ::std::vector<::AllExperiments>
const& requiredToggles,
97 ::std::optional<::SemVersion> releasedMinFormatVersion
100 MCAPI static ::HashedString
const& getIdentifier();
112 MCAPI
void $handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion);