Crate valence_player_list
source ·Expand description
§valence_player_list
Manages Minecraft’s “player list” which is the table seen while holding the tab key in game.
Correctly updating and sending the player list is necessary for player entities to be rendered by clients.
Structs§
- Displayed name for a player list entry. Appears as [
Username
] ifNone
. - If a player list entry is visible. Defaults to
true
. - Marker component for player list entries.
- Bundle for spawning new player list entries. All components are required unless otherwise stated.