Class StartingMap


  • public class StartingMap
    extends java.lang.Object
    One possible starting map for character creation.
    • Constructor Summary

      Constructors 
      Constructor Description
      StartingMap​(@NotNull java.lang.String archName, @NotNull java.lang.String name, @NotNull java.lang.String description)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.String getArchName()
      Returns the archetype name.
      @NotNull java.lang.String getDescription()
      Returns the description.
      @NotNull java.lang.String getName()
      Returns the proper name.
      @NotNull java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StartingMap

        public StartingMap​(@NotNull
                           @NotNull java.lang.String archName,
                           @NotNull
                           @NotNull java.lang.String name,
                           @NotNull
                           @NotNull java.lang.String description)
        Creates a new instance.
        Parameters:
        archName - the archetype name
        name - the proper name
        description - the description
    • Method Detail

      • getArchName

        @NotNull
        public @NotNull java.lang.String getArchName()
        Returns the archetype name.
        Returns:
        the archetype name
      • getName

        @NotNull
        public @NotNull java.lang.String getName()
        Returns the proper name.
        Returns:
        the proper name
      • getDescription

        @NotNull
        public @NotNull java.lang.String getDescription()
        Returns the description.
        Returns:
        the description
      • toString

        @NotNull
        public @NotNull java.lang.String toString()
        Overrides:
        toString in class java.lang.Object