|
LeviLamina
|
Inheritance diagram for StorageItemComponent:Classes | |
| class | ContainerRegistryWriteAccess |
Public Member Functions | |
| StorageItemComponent & | operator= (StorageItemComponent const &) |
| StorageItemComponent (StorageItemComponent const &) | |
| virtual void | _initializeComponent (::ComponentItem &owner) |
| MCAPI ::std::shared_ptr<::FillingContainer > | getBackingContainer (::FullContainerName id, ::StorageItemComponent::ContainerRegistryWriteAccess writeAccess) const |
| MCAPI::StorageItemComponent & | operator= (::StorageItemComponent &&) |
| MCAPI ::std::unique_ptr<::ListTag > | serializeStorageItem (::FullContainerName const &name, ::SaveContext const &saveContext) const |
| MCAPI void | setContainerRegistryHandlers (::WeakRef<::IDynamicContainerSerialization > containerSerialization, ::WeakRef<::IContainerRegistryAccess > containerAccess, ::WeakRef<::IContainerRegistryTracker > containerTracker) |
| MCAPI void | $dtor () |
| MCAPI void | $_initializeComponent (::ComponentItem &owner) |
| bool | isNetworkComponent () const override |
| std::unique_ptr< CompoundTag > | buildNetworkTag (const cereal::ReflectionCtx &) const override |
| virtual ::std::unique_ptr<::CompoundTag > | buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
| bool | initializeFromNetwork (const CompoundTag &, const cereal::ReflectionCtx &) override |
| virtual bool | initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
| virtual bool | checkComponentDataForContentErrors () const |
| virtual void | writeSettings () |
| virtual void | handleVersionBasedInitialization (::SemVersion const &originalJsonVersion) |
| MCFOLD bool | $checkComponentDataForContentErrors () const |
| MCFOLD void | $writeSettings () |
| MCFOLD bool | $isNetworkComponent () const |
| MCFOLD ::std::unique_ptr<::CompoundTag > | $buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
| MCFOLD bool | $initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
| MCFOLD void | $handleVersionBasedInitialization (::SemVersion const &originalJsonVersion) |
Static Public Member Functions | |
| static MCAPI void | bindType (::cereal::ReflectionCtx &ctx, ::std::vector<::AllExperiments > const &requiredToggles, ::std::optional<::SemVersion > releasedMinFormatVersion) |
| static MCAPI ::HashedString const & | getIdentifier () |
| static MCAPI void | use (bool &result, ::ItemStack const &item, ::Player &player) |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, int > | mNumSlots |
| ::ll::TypedStorage< 1, 1, bool > | mAllowNestedStorageItem |
| ::ll::TypedStorage< 8, 24, ::std::vector<::ItemDescriptor > > | mBannedItems |
| ::ll::TypedStorage< 8, 24, ::std::vector<::ItemDescriptor > > | mAllowedItems |
| ::ll::TypedStorage< 8, 16, ::WeakRef<::IDynamicContainerSerialization > > | mContainerSerialization |
| ::ll::TypedStorage< 8, 16, ::WeakRef<::IContainerRegistryAccess > > | mContainerRegistryAccess |
| ::ll::TypedStorage< 8, 16, ::WeakRef<::IContainerRegistryTracker > > | mContainerRegistryTracker |
| ::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnUseSubscription |
| ::ll::TypedStorage< 8, 8, ::ComponentItem * > | mOwner |
|
virtual |
Reimplemented from ItemComponent.
|
static |
|
nodiscardoverridevirtualinherited |
Reimplemented from ItemComponent.