Implement tab list display name update

Packet 0x2D with action 0x03
This commit is contained in:
ORelio 2016-08-23 00:13:46 +02:00
parent 461385d057
commit b1d4f85b23
4 changed files with 31 additions and 7 deletions

View file

@ -23,6 +23,7 @@ namespace MinecraftClient.Protocol
string GetUserUUID();
string GetSessionID();
PlayerInfo[] GetOnlinePlayers();
PlayerInfo GetPlayer(Guid uuid);
Location GetCurrentLocation();
World GetWorld();