0x34 S34PacketMaps
Updates a map item's data (pixels, colors).
Fields
| Field | Type | Description |
|---|---|---|
| mapId | VarInt | Map item damage value |
| data | byte[] | Map pixel colors |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Map ID | VarInt | |
| Data Length | VarInt | |
| Data | byte[] | Pixel colors + scale + coords + icons |
MCP References
MCP
NetHandlerPlayClient.handleMaps()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
MapExploit
Track map data updates.
ESP
Track map data updates.