0x10 S10PacketSpawnPainting
Spawns a painting entity with type, position, and facing direction.
Fields
| Field | Type | Description |
|---|---|---|
| entityId | VarInt | Entity ID |
| title | String | Painting art name |
| pos | BlockPos | Painting anchor position |
| direction | byte | 0=south, 1=west, 2=north, 3=east |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Entity ID | VarInt | |
| Title | String | Art name ("Kebab", "Alban", etc.) |
| Position | BlockPos (long) | |
| Direction | byte | 0-3 |
MCP References
MCP
NetHandlerPlayClient.handleSpawnPainting()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
ESP
Detect paintings for ESP.
WorldEdit
Detect paintings for ESP.