public class StartingMap
extends Object
One possible starting map for character creation.
-
Constructor Summary
Constructors
-
Method Summary
Returns the archetype name.
-
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
-