> 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/net/minecraft/network/server/s1apacketentitystatus.md).

# S1APacketEntityStatus

Represents a packet that contains status information about an entity

### Extends

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

### Methods

#### getEntity()

> **getEntity**(): [`Entity`](/api/net/minecraft/entity/entity.md)

Gets the entity this status packet is about

**Returns**

[`Entity`](/api/net/minecraft/entity/entity.md)

The entity instance

***

#### getOpCode()

> **getOpCode**(): `number`

Gets the operation code that indicates what status change occurred

**Returns**

`number`

The status operation code

***

#### getPacketID()

> **getPacketID**(): `string`

Get the ID of the packet.

**Returns**

`string`

The ID of the packet.

**Inherited from**

[`Packet`](/api/net/minecraft/network/packet.md).[`getPacketID`](/api/net/minecraft/network/packet.md#getpacketid)
