Class MenTypeList

java.lang.Object
MenTypeList

public class MenTypeList extends Object
List of NPC men encounters.
Since:
2016-02-14
  • Field Details

  • Constructor Details

    • MenTypeList

      protected MenTypeList() throws IOException
      Constructor (read from dedicated file).
      Throws:
      IOException
  • Method Details

    • getInstance

      public static MenTypeList getInstance()
      Access the singleton class instance.
    • getCategory

      MenType getCategory(String category)
      Get a MenType from string description.
    • main

      public static void main(String[] args)
      Main test method.