Package games.stendhal.client
Class stendhal
java.lang.Object
games.stendhal.client.stendhal
Main game class.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DimensionGet the maximum size of the visible game area.static StringGet the location of persistent game client data.static voidMain Entry point.static voidNotify 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:
-
SHOW_EVERYONE_ATTACK_INFO
public static final boolean SHOW_EVERYONE_ATTACK_INFO- See Also:
-
FILTER_ATTACK_MESSAGES
public static final boolean FILTER_ATTACK_MESSAGES- See Also:
-
-
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
-