0x47 S47PacketPlayerListHeaderFooter

Sets text above and below the tab player list.

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

Fields

FieldTypeDescription
headerIChatComponentHeader text (JSON)
footerIChatComponentFooter text (JSON)

Wire Encoding

FieldTypeNotes
HeaderChat Component (JSON)
FooterChat Component (JSON)

MCP References

MCPNetHandlerPlayClient.handlePlayerListHeaderFooter()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

TabGUI (Tenacity 6.0)

Track tab list header/footer for custom tab display.

Vanilla hook: EventReceivePacket
HUD (Tenacity 6.0)

Track tab list header/footer for custom tab display.

Vanilla hook: EventReceivePacket
← Back to all packets