mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
https://github.com/ORelio/Minecraft-Console-Client/issues/625: add GetOnlinePlayersWithUUID() which allows to retrive a UUID <-> playerName relation
This commit is contained in:
parent
992003da8d
commit
33edd15c9b
4 changed files with 45 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ namespace MinecraftClient.Protocol
|
|||
string GetUserUUID();
|
||||
string GetSessionID();
|
||||
string[] GetOnlinePlayers();
|
||||
Dictionary<string, string> GetOnlinePlayersWithUUID();
|
||||
Location GetCurrentLocation();
|
||||
World GetWorld();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue