mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implement tab list display name update
Packet 0x2D with action 0x03
This commit is contained in:
parent
461385d057
commit
b1d4f85b23
4 changed files with 31 additions and 7 deletions
|
|
@ -23,6 +23,7 @@ namespace MinecraftClient.Protocol
|
|||
string GetUserUUID();
|
||||
string GetSessionID();
|
||||
PlayerInfo[] GetOnlinePlayers();
|
||||
PlayerInfo GetPlayer(Guid uuid);
|
||||
Location GetCurrentLocation();
|
||||
World GetWorld();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue