10 ::SharedTypes::Legacy::ActorDamageCause
const& mCause;
13 constexpr PlayerAttackEvent(Player& source, Actor& target, ::SharedTypes::Legacy::ActorDamageCause
const& cause)
14 : Cancellable(source),
18 LLAPI
void serialize(CompoundTag&)
const override;
20 LLNDAPI Actor& target()
const;
21 LLNDAPI ::SharedTypes::Legacy::ActorDamageCause
const& cause()
const;