|
virtual void | handleVersionBasedInitialization (::SemVersion const &originalJsonVersion) |
|
virtual void | _initializeComponent () |
|
virtual ::std::unique_ptr<::CompoundTag > | buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
|
virtual bool | initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
|
MCAPI | PlanterItemComponent (::SharedTypes::v1_21_40::PlanterItemComponent component) |
|
MCAPI bool | _placeBlock (::ItemStack &item, ::Actor &entity, ::Block const &block, ::BlockPos const &placePos, uchar face, ::Vec3 const &clickPos) const |
|
MCAPI void | _useOn (bool &result, ::ItemStack const &initialItemStack, ::ItemStack ¤tItemStack, ::Actor &entity, ::BlockPos const &blockPos, uchar face, ::Vec3 const &clickPos) |
|
MCAPI bool | calculatePlacePos (::ItemStackBase const &instance, ::Actor &entity, uchar &face, ::BlockPos &pos) const |
|
MCAPI bool | canUseOn (::ItemStack const &instance, ::Actor &entity, ::BlockPos const &pos, uchar face) const |
|
MCAPI void * | $ctor (::SharedTypes::v1_21_40::PlanterItemComponent component) |
|
MCAPI void | $handleVersionBasedInitialization (::SemVersion const &originalJsonVersion) |
|
MCAPI void | $_initializeComponent () |
|
MCAPI ::std::unique_ptr<::CompoundTag > | $buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
|
MCAPI bool | $initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
|
bool | isNetworkComponent () const override |
|
std::unique_ptr< CompoundTag > | buildNetworkTag (const cereal::ReflectionCtx &) const override |
|
bool | initializeFromNetwork (const CompoundTag &, const cereal::ReflectionCtx &) override |
|
virtual bool | checkComponentDataForContentErrors () const |
|
virtual void | writeSettings () |
|
MCFOLD bool | $checkComponentDataForContentErrors () const |
|
MCFOLD void | $writeSettings () |
|
MCFOLD bool | $isNetworkComponent () const |
|
|
::ll::TypedStorage< 8, 8, ::BlockLegacyPtr > | mBlock |
|
::ll::TypedStorage< 8, 24, ::std::vector<::BlockDescriptor > > | mAllowedUseBlocks |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnUseOnSubscription |
|
::ll::TypedStorage< 1, 1, bool > | mCanUseBlockAsIcon |
|
::ll::TypedStorage< 1, 1, bool > | mReplaceBlockItem |
|
::ll::TypedStorage< 8, 8, ::ComponentItem * > | mOwner |
|