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(
90 MCAPI ::HashedString
const& getBlockIdentifier()
const;
96 MCAPI
static void bindType(
98 ::std::vector<::AllExperiments>
const& requiredToggles,
99 ::std::optional<::SemVersion> releasedMinFormatVersion
102 MCAPI static ::HashedString
const& getIdentifier();
114 MCAPI
void $handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion);