Crossfire JXClient, Trunk  R20561
com.realtime.crossfire.jxclient.character.StartingMap Class Reference

One possible starting map for character creation. More...

+ Collaboration diagram for com.realtime.crossfire.jxclient.character.StartingMap:

Public Member Functions

byte [] getArchName ()
 Returns the archetype name. More...
 
String getDescription ()
 Returns the description. More...
 
String getName ()
 Returns the proper name. More...
 
 StartingMap (@NotNull final byte[] archName, @NotNull final String name, @NotNull final String description)
 Creates a new instance. More...
 
String toString ()
 

Private Attributes

final byte [] archName
 The archetype name. More...
 
final String description
 The description. More...
 
final String name
 The proper name. More...
 

Detailed Description

One possible starting map for character creation.

Author
Andreas Kirschbaum

Definition at line 30 of file StartingMap.java.

Constructor & Destructor Documentation

◆ StartingMap()

com.realtime.crossfire.jxclient.character.StartingMap.StartingMap ( @NotNull final byte []  archName,
@NotNull final String  name,
@NotNull final String  description 
)

Creates a new instance.

Parameters
archNamethe archetype name
namethe proper name
descriptionthe description

Definition at line 56 of file StartingMap.java.

References com.realtime.crossfire.jxclient.character.StartingMap.description, and com.realtime.crossfire.jxclient.character.StartingMap.name.

Member Function Documentation

◆ getArchName()

byte [] com.realtime.crossfire.jxclient.character.StartingMap.getArchName ( )

Returns the archetype name.

Returns
the archetype name

Definition at line 67 of file StartingMap.java.

◆ getDescription()

String com.realtime.crossfire.jxclient.character.StartingMap.getDescription ( )

Returns the description.

Returns
the description

Definition at line 85 of file StartingMap.java.

References com.realtime.crossfire.jxclient.character.StartingMap.description.

◆ getName()

String com.realtime.crossfire.jxclient.character.StartingMap.getName ( )

Returns the proper name.

Returns
the proper name

Definition at line 76 of file StartingMap.java.

References com.realtime.crossfire.jxclient.character.StartingMap.name.

◆ toString()

String com.realtime.crossfire.jxclient.character.StartingMap.toString ( )

Member Data Documentation

◆ archName

final byte [] com.realtime.crossfire.jxclient.character.StartingMap.archName
private

The archetype name.

Definition at line 36 of file StartingMap.java.

◆ description

final String com.realtime.crossfire.jxclient.character.StartingMap.description
private

◆ name

final String com.realtime.crossfire.jxclient.character.StartingMap.name
private

The documentation for this class was generated from the following file: