Class StartingMap

java.lang.Object
com.realtime.crossfire.jxclient.character.StartingMap

public class StartingMap extends Object
One possible starting map for character creation.
  • Constructor Details

    • StartingMap

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

    • getArchName

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

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

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

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