0x36 S36PacketSignEditorOpen

Opens the sign editor GUI for a specific sign position.

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

Fields

FieldTypeDescription
posBlockPosSign position

Wire Encoding

FieldTypeNotes
PositionBlockPos (long)

MCP References

MCPNetHandlerPlayClient.handleSignEditorOpen()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

AutoSign

Detect sign editor opening for auto-fill.

Vanilla hook: EventReceivePacket
← Back to all packets