Uses of Enum Class
marauroa.common.net.message.MessageS2CLoginNACK.Reasons
Packages that use MessageS2CLoginNACK.Reasons
Package
Description
This package contains the client framework that you need to extend to
implement a real client.
Stores all the messages classes.
This package contains the classes that store information about players
connected to server.
-
Uses of MessageS2CLoginNACK.Reasons in marauroa.client
Methods in marauroa.client that return MessageS2CLoginNACK.ReasonsConstructors in marauroa.client with parameters of type MessageS2CLoginNACK.ReasonsModifierConstructorDescriptionLoginFailedException(String reason, MessageS2CLoginNACK.Reasons reasonCode)
creates a new LoginFailedException -
Uses of MessageS2CLoginNACK.Reasons in marauroa.common.net.message
Methods in marauroa.common.net.message that return MessageS2CLoginNACK.ReasonsModifier and TypeMethodDescriptionMessageS2CLoginNACK.getResolutionCode()
This method returns the resolution of the login eventstatic MessageS2CLoginNACK.Reasons
Returns the enum constant of this class with the specified name.static MessageS2CLoginNACK.Reasons[]
MessageS2CLoginNACK.Reasons.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in marauroa.common.net.message with parameters of type MessageS2CLoginNACK.ReasonsModifierConstructorDescriptionMessageS2CLoginNACK(Channel source, MessageS2CLoginNACK.Reasons resolution)
Constructor with a TCP/IP source/destination of the message -
Uses of MessageS2CLoginNACK.Reasons in marauroa.server.game.container
Fields in marauroa.server.game.container declared as MessageS2CLoginNACK.Reasons -
Uses of MessageS2CLoginNACK.Reasons in marauroa.server.game.dbcommand
Methods in marauroa.server.game.dbcommand that return MessageS2CLoginNACK.ReasonsModifier and TypeMethodDescriptionLoginCommand.getFailReason()
gets the Reason enum if the login failed