Adventure at Umalu  22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
 All Classes Functions Variables Pages
Static Public Member Functions | List of all members
rogue.system.CharacterCreation Class Reference

Static Public Member Functions

static String getCharacterName (TiledTermPanel term, World world)
 
static boolean valueIsInIntervall (int lowestValue, int highestValue, int value)
 

Member Function Documentation

static String rogue.system.CharacterCreation.getCharacterName ( TiledTermPanel  term,
World  world 
)
static

Asks user for a Name for his or her character. Name be is limited to 8 Characters.

Parameters
termTerminal used to print Messages
worldWorld used
Returns
Chosen Name of Character
static boolean rogue.system.CharacterCreation.valueIsInIntervall ( int  lowestValue,
int  highestValue,
int  value 
)
static

Checks if a Value is between two other Values

Parameters
lowestValuelowest value which is allowed
highestValuehighest allowed value
valuechecked value
Returns
Boolean which tells if value is between highest and lowest Value

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