io.github.pidoveproject.showdown.client.ShowdownClient
A client to communicate with a Pokemon Showdown server. This is the main entry point of the API.
Type parameters
-
Frame
-
the type of web socket frame
-
Task
-
the type of a task
Attributes
-
Returns
-
the authentication response sent by the server
-
Source
-
ShowdownClient.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Login to a registered account.
Login to a registered account.
Value parameters
-
challStr
-
the token used for authentication
-
name
-
the name of the account
-
password
-
the password of the account
Attributes
-
Returns
-
the authentication response sent by the server
-
Source
-
ShowdownClient.scala
Value parameters
-
challStr
-
the token used for authentication
-
name
-
the name to take in game
Attributes
-
Returns
-
the guest's name if the authentication succeeds
-
Source
-
ShowdownClient.scala
Open a connection to the pokemon showdown server.