Expand description
This module contains the GameProfile struct, which is used to store information about a player’s profile.
Re-exports§
pub use known_players::KnownPlayer;pub use known_players::KnownPlayers;pub use lookup::ProfileLookupError;
Modules§
- known_
players 🔒 - Player profiles known to this server.
- lookup 🔒
- Online player name-to-identity lookup.
Structs§
- Game
Profile - A struct representing a player’s game profile.
Enums§
- Game
Profile Action - An enum representing a profile action.
Functions§
- is_
valid_ player_ name - Returns whether a name is valid for online login and profile lookup.
- offline_
uuid - Generates vanilla’s deterministic offline-mode UUID for a player name.