Added a player list command /list

This commit is contained in:
lokulin 2014-11-11 00:32:32 +11:00
parent 157aa2a786
commit 07fed5cd24
5 changed files with 85 additions and 5 deletions

View file

@ -22,6 +22,10 @@ namespace MinecraftClient.Protocol
string getUserUUID();
string getSessionID();
void addPlayer(string uuid, string name);
void removePlayer(string uuid);
HashSet<string> getPlayers();
/// <summary>
/// This method is called when the protocol handler receives a chat message
/// </summary>