0x37 S37PacketStatistics
Updates statistic values (walk distance, damage dealt, items crafted, etc.).
Fields
| Field | Type | Description |
|---|---|---|
| statistics | Map<Statistic, Integer> | Statistic-to-value mapping |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Count | VarInt | |
| Per-Stat | VarInt+VarInt | Stat ID + value |
MCP References
MCP
NetHandlerPlayClient.handleStatistics()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
StatSpoof
Read player statistics.