Class LearnSkillMessage


  • public class LearnSkillMessage
    extends AttributeMessage
    The message sent when learning for the skill taught at a settlement.
    • Constructor Detail

      • LearnSkillMessage

        public LearnSkillMessage​(Unit unit,
                                 Direction direction)
        Create a new LearnSkillMessage with the supplied unit and direction.
        Parameters:
        unit - The Unit that is learning.
        direction - The Direction the unit is looking.
      • LearnSkillMessage

        public LearnSkillMessage​(Game game,
                                 FreeColXMLReader xr)
                          throws javax.xml.stream.XMLStreamException
        Create a new LearnSkillMessage from a stream.
        Parameters:
        game - The Game to read within.
        xr - The FreeColXMLReader to read from.
        Throws:
        javax.xml.stream.XMLStreamException - if the stream is corrupt.
    • Method Detail

      • currentPlayerMessage

        public boolean currentPlayerMessage()
        Should this message only be sent to a server by the current player?
        Overrides:
        currentPlayerMessage in class TrivialMessage
        Returns:
        True if this is a current-player-only message.
      • serverHandler

        public ChangeSet serverHandler​(FreeColServer freeColServer,
                                       ServerPlayer serverPlayer)
        Server-side handler for this message.
        Overrides:
        serverHandler in class TrivialMessage
        Parameters:
        freeColServer - The FreeColServer handling the request.
        serverPlayer - The ServerPlayer that sent the request.
        Returns:
        A ChangeSet defining the response.