Package games.stendhal.client
Class stendhal
java.lang.Object
games.stendhal.client.stendhal
Main game class.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Dimension
Get the maximum size of the visible game area.static String
Get the location of persistent game client data.static void
Main Entry point.static void
Notify that the login has been performed and the client should proceed to show the game window.
-
Field Details
-
GAME_NAME
-
VERSION
-
SIZE_INDEX
-
SIZE_INDEX_LARGE
-
SIZE_INDEX_WIDE
-
DISPLAY_SIZE_INDEX
-
SHOW_COLLISION_DETECTION
public static final boolean SHOW_COLLISION_DETECTION- See Also:
- Constant Field Values
-
SHOW_EVERYONE_ATTACK_INFO
public static final boolean SHOW_EVERYONE_ATTACK_INFO- See Also:
- Constant Field Values
-
FILTER_ATTACK_MESSAGES
public static final boolean FILTER_ATTACK_MESSAGES- See Also:
- Constant Field Values
-
-
Method Details
-
setDoLogin
public static void setDoLogin()Notify that the login has been performed and the client should proceed to show the game window. -
getDisplaySize
Get the maximum size of the visible game area.- Returns:
- screen dimensions
-
getGameFolder
Get the location of persistent game client data.- Returns:
- game's home directory
-
main
Main Entry point.- Parameters:
args
- command line arguments
-