|
LeviLamina
|
Inheritance diagram for IconItemComponent:Public Member Functions | |
| virtual void | _initializeComponent (::ComponentItem &owner) |
| MCAPI | IconItemComponent (::SharedTypes::v1_21_80::IconItemComponent component) |
| MCAPI::std::string const & | getDefaultTexture () const |
| MCAPI void | setTexturePath (::std::string const &texturePath) |
| MCAPI void * | $ctor (::SharedTypes::v1_21_80::IconItemComponent component) |
| 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 ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map<::std::string, ::SharedTypes::Reference< 11 > > > | mTextures |
| ::ll::TypedStorage< 8, 8, ::ComponentItem * > | mOwner |
|
virtual |
Reimplemented from ItemComponent.
|
static |
|
nodiscardoverridevirtualinherited |
Reimplemented from ItemComponent.