LeviLamina
|
Public Member Functions | |
virtual void | _initializeComponent () |
MCAPI | LegacyEventItemComponent (::LegacyEventItemComponentData &&componentData) |
MCAPI void * | $ctor (::LegacyEventItemComponentData &&componentData) |
MCAPI void | $_initializeComponent () |
virtual bool | checkComponentDataForContentErrors () const |
virtual void | writeSettings () |
virtual bool | isNetworkComponent () const |
virtual ::std::unique_ptr<::CompoundTag > | buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
virtual bool | initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
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 ** | $vftable () |
Public Attributes | |
::ll::TypedStorage< 8, 24, ::std::vector<::Bedrock::PubSub::Subscription > > | mTriggerSubscriptions |
::ll::TypedStorage< 8, 64, ::std::unordered_map<::std::string, ::DefinitionEvent > > | mEventHandlers |
::ll::TypedStorage< 8, 8, ::ILegacyItemTriggerHandler * > | mTriggerHandler |
::ll::TypedStorage< 8, 8, ::ComponentItem * > | mOwner |
|
virtual |
Reimplemented from ItemComponent.