Class MenType


public class MenType extends Object
One type of NPC men encounter.
Since:
2016-02-14
  • Field Details

  • Constructor Details

    • MenType

      MenType(String[] s)
      Constructor (from string array)
  • Method Details

    • getCategory

      public String getCategory()
    • getLeaderArmor

      public Armor.Type getLeaderArmor()
    • hasCasters

      public boolean hasCasters()
    • getNotes

      public String getNotes()
    • getAlignment

      public Alignment getAlignment()
      Determine alignment from among permitted options.
    • createComponents

      public MenType.Component[] createComponents(int total)
      Create separate unit components for this type of men.
    • toString

      public String toString()
      Identify this object as a string.
      Overrides:
      toString in class Object