Closed SkytAsul closed 1 day ago
Not sure what you'd like to see as this packet has no content so there is nothing to display. Also note that this packet is a purely protocol one made to ensure the client process a group of packets in the same tick and it's in no way related to the in-game bundles that can store items.
That's precisely what I want to see: the packets inside the bundle packet. Or is it already the case?
There is no other packet inside. It's just used as a delimiter so you need to look at the packets that came before/after.
Oooh okay sorry about that! I based myself on the Java server implementation of it, which is a record class containing other packets. Thanks for the answers!
For now, the content pane for the bundle packet shows an empty JSON object (
{}
). Is it possible to show the content of those packets?