> 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/s06packetupdatehealth.md).

# S06PacketUpdateHealth

Represents a packet that updates the player's health, food, and saturation levels

### Extends

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

### Methods

#### getFoodLevel()

> **getFoodLevel**(): `number`

Gets the player's food level

**Returns**

`number`

The food level points

***

#### getHealth()

> **getHealth**(): `number`

Gets the player's health value

**Returns**

`number`

The health points

***

#### 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)

***

#### getSaturationLevel()

> **getSaturationLevel**(): `number`

Gets the player's food saturation level

**Returns**

`number`

The saturation level
