project: Expose world select var
rld selection
This commit is contained in:
@@ -183,6 +183,18 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
void stopNow();
|
||||
|
||||
/**
|
||||
* Gets the login screen world select state.
|
||||
*
|
||||
* @return the world select state
|
||||
*/
|
||||
boolean isWorldSelectOpen();
|
||||
|
||||
/**
|
||||
* Sets the login screen world select state.
|
||||
*/
|
||||
void setWorldSelectOpen(boolean open);
|
||||
|
||||
/**
|
||||
* Gets the current logged in username.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user