Added user info text that user can set. Addd chat whisper command. Some minor changes to chat. Impoved display of user list.

This commit is contained in:
LevelX2 2014-01-09 13:26:25 +01:00
parent e9dd478848
commit c0323c168c
19 changed files with 522 additions and 356 deletions

View file

@ -35,6 +35,7 @@ import mage.view.UserView;
import java.util.Collection;
import java.util.List;
import java.util.UUID;
import mage.view.UsersView;
/**
* @author noxx
@ -45,7 +46,7 @@ public interface ServerState {
List<UserView> getUsers();
Collection<String> getConnectedPlayers(UUID roomId) throws MageRemoteException;
Collection<UsersView> getConnectedPlayers(UUID roomId) throws MageRemoteException;
List<String> getServerMessages();