0x10 S10PacketSpawnPainting

Spawns a painting entity with type, position, and facing direction.

Clientbound (Server → Client) · PLAY · net/minecraft/network/play/server/S10PacketSpawnPainting.java
entityspawnpainting

Fields

FieldTypeDescription
entityIdVarIntEntity ID
titleStringPainting art name
posBlockPosPainting anchor position
directionbyte0=south, 1=west, 2=north, 3=east

Wire Encoding

FieldTypeNotes
Entity IDVarInt
TitleStringArt name ("Kebab", "Alban", etc.)
PositionBlockPos (long)
Directionbyte0-3

MCP References

MCPNetHandlerPlayClient.handleSpawnPainting()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

ESP

Detect paintings for ESP.

Vanilla hook: EventReceivePacket
WorldEdit

Detect paintings for ESP.

Vanilla hook: EventReceivePacket
← Back to all packets