|
LeviLamina
|
Public Member Functions | |
| AreaAttackComponent & | operator= (AreaAttackComponent const &) |
| MCAPI | AreaAttackComponent (::AreaAttackComponent const &) |
| MCAPI void | addAdditionalSaveData (::CompoundTag &tag) const |
| MCAPI ::std::pair<::ActorUniqueID, ::Tick > * | findCooldownEntry (::ActorUniqueID const &actorID) |
| MCAPI bool | isEntryOnAttackCooldown (::std::pair<::ActorUniqueID, ::Tick > const *cooldownEntry, ::Tick const ¤tTick) const |
| MCAPI::AreaAttackComponent & | operator= (::AreaAttackComponent &&) |
| MCAPI void | readAdditionalSaveData (::Actor &, ::CompoundTag const &tag, ::DataLoadHelper &) |
| MCAPI void * | $ctor (::AreaAttackComponent const &) |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mDamageRange |
| ::ll::TypedStorage< 4, 4, int > | mDamagePerTick |
| ::ll::TypedStorage< 4, 4, ::SharedTypes::Legacy::ActorDamageCause > | mDamageCause |
| ::ll::TypedStorage< 8, 64, ::ActorFilterGroup > | mEntityFilter |
| ::ll::TypedStorage< 4, 4, int > | mAttackCooldownTicks |
| ::ll::TypedStorage< 1, 1, bool > | mPlayAttackSound |
| ::ll::TypedStorage< 8, 24, ::std::vector<::std::pair<::ActorUniqueID, ::Tick > > > | mAttackCooldownVector |