> 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/breeze/spoof/delayedpacket.md).

# DelayedPacket

A packet that is delayed until we release it.

### Properties

#### packet

> `readonly` **packet**: [`Packet`](/api/net/minecraft/network/packet.md)

The packet that has been delayed.

***

#### time

> `readonly` **time**: `number`

The original time this packet was send.

### Methods

#### direction()

> **direction**(): [`PacketDirection`](/api/enum_types/packetdirection.md)

Returns the direction of the packet, either IN or OUT.

**Returns**

[`PacketDirection`](/api/enum_types/packetdirection.md)

***

#### hasAged()

> **hasAged**(`ms`): `boolean`

Checks if this packet has aged beyond the specified time.

**Parameters**

**ms**

`number`

The number of milliseconds.

**Returns**

`boolean`

True if this packet has aged beyond the given time, false otherwise.
