Uses of Class
marauroa.common.game.AccountResult
Package
Description
This package contains the client framework that you need to extend to
implement a real client.
This package provides a helper implementation for a Python RP Rules Manager and
a Python World storage.
This is possibly the most complex part of all the middleware that makes up Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
-
Uses of AccountResult in games.stendhal.server.core.account
-
Uses of AccountResult in games.stendhal.server.core.engine
Modifier and TypeMethodDescriptionStendhalRPRuleProcessor.createAccount(String username, String password, String email)
StendhalRPRuleProcessor.createAccountWithToken(String username, String tokenType, String token)
-
Uses of AccountResult in marauroa.client
Modifier and TypeMethodDescriptionClientFramework.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. -
Uses of AccountResult in marauroa.server.game.python
Modifier and TypeMethodDescriptionPythonRP.createAccount(String username, String password, String email)
Creates an account for the gamePythonRPRuleProcessor.createAccount(String username, String password, String email)
PythonRP.createAccountWithToken(String username, String tokenType, String token)
Create an account for a player in game.PythonRPRuleProcessor.createAccountWithToken(String username, String tokenType, String token)
-
Uses of AccountResult in marauroa.server.game.rp
Modifier and TypeMethodDescriptionIRPRuleProcessor.createAccount(String username, String password, String email)
Creates an account for the gameRPRuleProcessorImpl.createAccount(String username, String password, String email)
Creates an account for the gameRPServerManager.createAccount(String username, String password, String email, String address)
Creates an account for a player in the game.IRPRuleProcessor.createAccountWithToken(String username, String tokenType, String token)
Create an account for a player in game.RPRuleProcessorImpl.createAccountWithToken(String username, String tokenType, String token)
Create an account for a player in game.RPServerManager.createAccountWithToken(String username, String tokenType, String token, String address)
Create an account for a player in game.