> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/events/postattackevent.md).

# PostAttackEvent

KillAura calls this after attacking, you can use this to script a custom autoblock.

### Properties

#### attacked

> `readonly` **attacked**: `boolean`

If the KillAura send an attack packet.

***

#### hitVec

> `readonly` **hitVec**: [`Vec3`](/api/net/minecraft/util/vec3.md)

The hitVector that was used for the attack.

***

#### swung

> `readonly` **swung**: `boolean`

If the KillAura send a animation packet.
