Class CommanderNode

java.lang.Object
megamek.client.ratgenerator.RulesetNode
megamek.client.ratgenerator.CommanderNode

public class CommanderNode extends RulesetNode
A commander node gives the rank to assign the force's commander, an optional title, and the position within the force structure (typically in the first unit/subforce for a field officer).
  • Field Details

    • title

      protected String title
    • position

      protected Integer position
    • rank

      protected int rank
    • unitType

      protected String unitType
  • Constructor Details

    • CommanderNode

      protected CommanderNode()
  • Method Details