Package com.epicbot.api.shared.methods
Interface IClientAPI
-
public interface IClientAPI
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IClientAPI.ClientType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCanvasHeight()
int
getCanvasWidth()
IClientAPI.ClientType
getClientType()
int
getFPS()
LoginScreenState
getLoginScreenState()
java.lang.String
getUsername()
boolean
isLoggedIn()
-
-
-
Method Detail
-
getFPS
int getFPS()
-
getLoginScreenState
LoginScreenState getLoginScreenState()
-
getUsername
java.lang.String getUsername()
-
isLoggedIn
boolean isLoggedIn()
-
getCanvasWidth
int getCanvasWidth()
-
getCanvasHeight
int getCanvasHeight()
-
getClientType
IClientAPI.ClientType getClientType()
-
-