Class StartingMap
- java.lang.Object
-
- com.realtime.crossfire.jxclient.character.StartingMap
-
public class StartingMap extends java.lang.ObjectOne 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.StringgetArchName()Returns the archetype name.@NotNull java.lang.StringgetDescription()Returns the description.@NotNull java.lang.StringgetName()Returns the proper name.@NotNull java.lang.StringtoString()
-
-
-
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 namename- the proper namedescription- 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:
toStringin classjava.lang.Object
-
-