Uses of Class
marauroa.client.TimeoutException
Package
Description
the Stendhal Client.
This package contains the client framework that you need to extend to
implement a real client.
-
Uses of TimeoutException in games.stendhal.client
-
Uses of TimeoutException in marauroa.client
Modifier and TypeMethodDescriptionboolean
ClientFramework.chooseCharacter(String character)
After login allows you to choose a character to playClientFramework.createAccount(String username, String password, String email)
Request server to create an account on server.ClientFramework.createAccountWithToken(String username, String tokenType, String token)
Request server to create an account with token on server.ClientFramework.createCharacter(String character, RPObject template)
Request server to create a character on server.void
Login to server using the given username and password.void
Login to server using the given username and password.void
ClientFramework.loginWithToken(String username, String tokenType, String token)
Login to server using the given username and password.boolean
ClientFramework.logout()
Request logout of server