home / java316 / clientbound / player-list-item
Player list item
Encode/decode this packet in Sandbox
Id: 45
Id (hex): 2D
Id (bin): 00101101
Clientbound: ✔️
Serverbound: ✖️
Fields
| Name | Type |
|---|---|
| action | varuint |
Variants
| Variant | Field | Value |
|---|---|---|
| Add Player | action | 0 |
| Update Gamemode | action | 1 |
| Update Latency | action | 2 |
| Update Display Name | action | 3 |
| Remove Player | action | 4 |
Add Player
Additional Fields
| Name | Type |
|---|---|
| players | listAddPlayer[] |
Update Gamemode
Additional Fields
| Name | Type |
|---|---|
| players | listUpdateGamemode[] |
Update Latency
Additional Fields
| Name | Type |
|---|---|
| players | listUpdateLatency[] |
Update Display Name
Additional Fields
| Name | Type |
|---|---|
| players | listUpdateDisplayName[] |
Remove Player
Additional Fields
| Name | Type |
|---|---|
| players | uuid[] |