Class SummonAngel

java.lang.Object
net.sf.colossus.gui.SummonAngel

public final class SummonAngel extends Object
Allows a player to summon an angel or archangel (or any other summonable, whatever it is in certain variants). When selection is done, now the dialog makes the client send the SummonInfo result to server (empty one if window simply closed).
Author:
David Ripton, Romain Dolbeau, Clemens Katzer
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • gui

      private final ClientGUI gui
    • legion

      private final Legion legion
    • possibleDonors

      private final List<Legion> possibleDonors
  • Constructor Details

  • Method Details

    • createDialog

      private void createDialog()
    • sendSummonInfoToServer

      public void sendSummonInfoToServer(SummonInfo summonInfo)