|
LeviLamina
|
Public Member Functions | |
| MCAPI | RecordItemComponent (::SharedTypes::v1_20_50::RecordItemComponent component) |
| MCAPI | RecordItemComponent (::SharedTypes::Legacy::LevelSoundEvent soundEvent, float duration, int comparatorSignal) |
| MCAPI void | appendFormattedHovertext (::Bedrock::Safety::RedactableString &hovertext) const |
| MCFOLD int | getComparatorSignal () const |
| MCFOLD float | getDuration () const |
| MCAPI::std::string | getRecordDescription () const |
| MCFOLD::SharedTypes::Legacy::LevelSoundEvent | getSound () const |
| MCAPI void * | $ctor () |
| MCAPI void * | $ctor (::SharedTypes::v1_20_50::RecordItemComponent component) |
| MCAPI void * | $ctor (::SharedTypes::Legacy::LevelSoundEvent soundEvent, float duration, int comparatorSignal) |
| 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) |
| virtual void | _initializeComponent (::ComponentItem &owner) |
| MCAPI void | initializeComponent (::ComponentItem *owner) |
| MCAPI bool | initializeComponentFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx, ::ComponentItem *owner) |
| 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) |
| MCFOLD void | $_initializeComponent (::ComponentItem &owner) |
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 ::std::string | getRecordNameNoPrefix (::SharedTypes::Legacy::LevelSoundEvent sound) |
| static MCAPI void ** | $vftable () |
| static MCAPI void | bindItemComponentType (::cereal::ReflectionCtx &ctx) |
| static MCFOLD void | registerVersionUpgrades (::CerealSchemaUpgradeSet &schemaUpgrades) |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, ::SharedTypes::Legacy::LevelSoundEvent > | mSoundEvent |
| ::ll::TypedStorage< 4, 4, float > | mDuration |
| ::ll::TypedStorage< 4, 4, int > | mComparatorSignal |
| ::ll::TypedStorage< 8, 8, ::ComponentItem * > | mOwner |
|
static |
|
nodiscardoverridevirtualinherited |
Reimplemented from ItemComponent.