# S1APacketEntityStatus

Represents a packet that contains status information about an entity

### Extends

* [`Packet`](https://scripting.breeze.rip/api/net/minecraft/network/packet)

### Methods

#### getEntity()

> **getEntity**(): [`Entity`](https://scripting.breeze.rip/api/net/minecraft/entity/entity)

Gets the entity this status packet is about

**Returns**

[`Entity`](https://scripting.breeze.rip/api/net/minecraft/entity/entity)

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`](https://scripting.breeze.rip/api/net/minecraft/network/packet).[`getPacketID`](https://scripting.breeze.rip/api/net/minecraft/packet#getpacketid)
