|
Crossfire JXClient, Trunk
R20561
|
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... | |
One possible starting map for character creation.
Definition at line 30 of file StartingMap.java.
| com.realtime.crossfire.jxclient.character.StartingMap.StartingMap | ( | @NotNull final byte [] | archName, |
| @NotNull final String | name, | ||
| @NotNull final String | description | ||
| ) |
Creates a new instance.
| archName | the archetype name |
| name | the proper name |
| description | the 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.
| byte [] com.realtime.crossfire.jxclient.character.StartingMap.getArchName | ( | ) |
Returns the archetype name.
Definition at line 67 of file StartingMap.java.
| String com.realtime.crossfire.jxclient.character.StartingMap.getDescription | ( | ) |
Returns the description.
Definition at line 85 of file StartingMap.java.
References com.realtime.crossfire.jxclient.character.StartingMap.description.
| String com.realtime.crossfire.jxclient.character.StartingMap.getName | ( | ) |
Returns the proper name.
Definition at line 76 of file StartingMap.java.
References com.realtime.crossfire.jxclient.character.StartingMap.name.
| String com.realtime.crossfire.jxclient.character.StartingMap.toString | ( | ) |
Definition at line 94 of file StartingMap.java.
References com.realtime.crossfire.jxclient.character.StartingMap.name.
|
private |
The archetype name.
Definition at line 36 of file StartingMap.java.
|
private |
The description.
Definition at line 48 of file StartingMap.java.
Referenced by com.realtime.crossfire.jxclient.character.StartingMap.getDescription(), and com.realtime.crossfire.jxclient.character.StartingMap.StartingMap().
|
private |
The proper name.
Definition at line 42 of file StartingMap.java.
Referenced by com.realtime.crossfire.jxclient.character.StartingMap.getName(), com.realtime.crossfire.jxclient.character.StartingMap.StartingMap(), and com.realtime.crossfire.jxclient.character.StartingMap.toString().