[FEATURE] Login method

This commit is contained in:
Emmastone
2016-10-17 01:10:27 +01:00
parent 1e631895a1
commit 03280055e1
3 changed files with 20 additions and 1 deletions
@@ -55,6 +55,8 @@ public interface Client {
void dropClient();
void login(String username, String password, boolean reconnecting);
int[] getCurrentStats();
int[] getSettings();