|
virtual void | _initializeComponent () |
|
virtual bool | checkComponentDataForContentErrors () const |
|
MCAPI | ShooterItemComponent (::SharedTypes::v1_20_50::ShooterItemComponent const &component) |
|
MCAPI void | _consumeAmmunition (::Player *player, ::ItemStack const &ammunition, int slotIndex, bool infiniteAmmo, bool fromOffhand) const |
|
MCAPI int | _getAmmunition (::Player const *player, bool, ::ItemStack &ammo, bool &fromOffhand) const |
|
MCAPI void | _shootProjectiles (::ItemStack &shooterStack, ::Player *player, int durationLeft) const |
|
MCAPI bool | releaseUsing (::ItemStack &item, ::Player *player, int durationLeft) const |
|
MCAPI void | use (bool &result, ::ItemStack &instance, ::Player &player) const |
|
MCAPI void * | $ctor (::SharedTypes::v1_20_50::ShooterItemComponent const &component) |
|
MCAPI void | $_initializeComponent () |
|
MCAPI bool | $checkComponentDataForContentErrors () const |
|
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 void | writeSettings () |
|
virtual void | handleVersionBasedInitialization (::SemVersion const &originalJsonVersion) |
|
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) |
|
|
::ll::TypedStorage< 8, 24, ::std::vector<::ShooterItemComponent::ShooterAmmunitionEntry > > | mAmmunition |
|
::ll::TypedStorage< 4, 4, ::ShooterItemComponent::DrawDuration > | mDrawDuration |
|
::ll::TypedStorage< 1, 1, bool > | mScalePowerByDrawDuration |
|
::ll::TypedStorage< 1, 1, bool > | mChargeOnDraw |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnUseTimeDepletedSubscription |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mOnUseSubscription |
|
::ll::TypedStorage< 8, 8, ::ComponentItem * > | mOwner |
|