Class MessageC2SChooseCharacter

java.lang.Object
marauroa.common.net.message.Message
marauroa.common.net.message.MessageC2SChooseCharacter
All Implemented Interfaces:
Serializable

public class MessageC2SChooseCharacter extends Message
This message indicate the server what of the available characters is chosen for the session to play.
See Also:
Message
  • Constructor Details

    • MessageC2SChooseCharacter

      public MessageC2SChooseCharacter()
      Constructor for allowing creation of an empty message
    • MessageC2SChooseCharacter

      public MessageC2SChooseCharacter(Channel source, String character)
      Constructor with a TCP/IP source/destination of the message and the name of the choosen character.
      Parameters:
      source - The TCP/IP address associated to this message
      character - The name of the choosen character that MUST be one of the returned by the marauroa.common.net.MessageS2CCharacters
      See Also:
      MessageS2CCharacterList
  • Method Details