Uses of Enum Class
marauroa.common.game.Result
Packages that use Result
Package
Description
This package stores all the important data structures of Marauroa.
Stores all the messages classes.
-
Uses of Result in games.stendhal.server.core.account
Methods in games.stendhal.server.core.account that return ResultModifier and TypeMethodDescriptionValidatorList.runValidators()
Executes all validators until one fails or all are completed.AccountParameterValidator.validate()
validates a parameter provided for account creation.CommonPassword.validate()
CreatureNameValidator.validate()
EMailCharacterValidator.validate()
IsNotCharacterNameValidator.validate()
IsNotOtherAccountNameValidator.validate()
LowerCaseValidator.validate()
MaxLengthValidator.validate()
MinLengthValidator.validate()
NameCharacterValidator.validate()
NotEmptyValidator.validate()
NPCNameValidator.validate()
PasswordDiffersFromUsernameValidator.validate()
ReservedSubStringValidator.validate()
-
Uses of Result in marauroa.common.game
Methods in marauroa.common.game that return ResultModifier and TypeMethodDescriptionAccountResult.getResult()
Returns the result of creating the accountCharacterResult.getResult()
Returns the result of creating the accountstatic Result
Returns the enum constant of this class with the specified name.static Result[]
Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in marauroa.common.game with parameters of type ResultModifierConstructorDescriptionAccountResult(Result result, String username)
ConstructorCharacterResult(Result result, String character, RPObject template)
Constructor -
Uses of Result in marauroa.common.net.message
Methods in marauroa.common.net.message that return ResultModifier and TypeMethodDescriptionMessageS2CCreateAccountNACK.getResolutionCode()
This method returns the resolution of the login eventMessageS2CCreateCharacterNACK.getResolutionCode()
This method returns the resolution of the login eventConstructors in marauroa.common.net.message with parameters of type ResultModifierConstructorDescriptionMessageS2CCreateAccountNACK(Channel source, String username, Result resolution)
Constructor with a TCP/IP source/destination of the message and the cause of the rejection.MessageS2CCreateCharacterNACK(Channel source, String character, Result resolution)
Constructor with a TCP/IP source/destination of the message and the reason to deny character creation.