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§

DisplayName
Displayed name for a player list entry. Appears as Username if None.
Listed
If a player list entry is visible. Defaults to true.
PlayerList
PlayerListEntry
Marker component for player list entries.
PlayerListEntryBundle
Bundle for spawning new player list entries. All components are required unless otherwise stated.
PlayerListPlugin