22 package com.realtime.crossfire.jxclient.character;
24 import org.jetbrains.annotations.NotNull;
56 public StartingMap(@NotNull
final byte[] archName, @NotNull
final String name, @NotNull
final String description) {
57 this.archName = archName.clone();
68 return archName.clone();
final byte [] archName
The archetype name.
One possible starting map for character creation.
StartingMap(@NotNull final byte[] archName, @NotNull final String name, @NotNull final String description)
Creates a new instance.
String getDescription()
Returns the description.
byte [] getArchName()
Returns the archetype name.
final String description
The description.
String getName()
Returns the proper name.
final String name
The proper name.