Module player
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
GameProfileComponentwhen anAddPlayerEventis received. Usually theGameProfileComponentwill be added from theClientboundGamePacket::AddPlayerhandler though.