Uses of Class
games.stendhal.client.GameScreen
Packages that use GameScreen
Package
Description
the Stendhal Client.
the user interface including all dialogs, the main game window and
views for the game entities.
-
Uses of GameScreen in games.stendhal.client
Methods in games.stendhal.client that return GameScreenModifier and TypeMethodDescriptionstatic GameScreenGameScreen.get()Retrieves the singleton instance.static GameScreenGameScreen.get(StendhalClient client) Retrieves the singleton instance.Methods in games.stendhal.client with parameters of type GameScreenModifier and TypeMethodDescriptionstatic voidGameScreen.setDefaultScreen(GameScreen screen) Set the default [singleton] screen. -
Uses of GameScreen in games.stendhal.client.gui
Methods in games.stendhal.client.gui with parameters of type GameScreenModifier and TypeMethodDescriptionstatic ScreenControllerScreenController.get(GameScreen screen) Retreives the static singleton instance.