Structs§
- Game
Profile Component - A component only present in players that contains the
GameProfile
(which you can use to get a player’s name). - Player
Info - A player in the tab list.
Functions§
- retroactively_
add_ game_ profile_ component - Add a
GameProfileComponent
when anAddPlayerEvent
is received. Usually theGameProfileComponent
will be added from theClientboundGamePacket::AddPlayer
handler though.