Uses of Class
marauroa.common.game.AccountResult
Packages that use 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
Methods in games.stendhal.server.core.account that return AccountResult -
Uses of AccountResult in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine that return AccountResultModifier and TypeMethodDescriptionStendhalRPRuleProcessor.createAccount(String username, String password, String email)
StendhalRPRuleProcessor.createAccountWithToken(String username, String tokenType, String token)
-
Uses of AccountResult in marauroa.client
Methods in marauroa.client that return AccountResultModifier 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
Methods in marauroa.server.game.python that return AccountResultModifier 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
Methods in marauroa.server.game.rp that return AccountResultModifier 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.