8class PlayerAttackEvent final :
public Cancellable<PlayerLeftClickEvent> {
10 ::SharedTypes::Legacy::ActorDamageCause
const& mCause;
13 constexpr PlayerAttackEvent(
Player& source,
Actor& target, ::SharedTypes::Legacy::ActorDamageCause
const& cause)
14 : Cancellable(source),
20 LLNDAPI
Actor& target()
const;
21 LLNDAPI ::SharedTypes::Legacy::ActorDamageCause
const& cause()
const;