Uses of Class
games.stendhal.client.StendhalClient
Packages that use StendhalClient
Package
Description
the Stendhal Client.
the user interface including all dialogs, the main game window and
views for the game entities.
-
Uses of StendhalClient in games.stendhal.client
Fields in games.stendhal.client declared as StendhalClientMethods in games.stendhal.client that return StendhalClientModifier and TypeMethodDescriptionstatic StendhalClientStendhalClient.get()Get the client instance.Methods in games.stendhal.client with parameters of type StendhalClientModifier and TypeMethodDescriptionstatic GameScreenGameScreen.get(StendhalClient client) Retrieves the singleton instance. -
Uses of StendhalClient in games.stendhal.client.gui
Methods in games.stendhal.client.gui that return StendhalClientModifier and TypeMethodDescriptionGroundContainer.getClient()Get the client.j2DClient.getClient()Get the client.Methods in games.stendhal.client.gui with parameters of type StendhalClientConstructors in games.stendhal.client.gui with parameters of type StendhalClientModifierConstructorDescriptionGroundContainer(StendhalClient client, IGameScreen gameScreen, JComponent canvas) Create a new GroundContainer.j2DClient(StendhalClient client, UserContext userContext, JFrame splash) Create new j2DClient.StendhalFirstScreen(StendhalClient client) Creates the first screen. -
Uses of StendhalClient in games.stendhal.client.gui.login
Constructors in games.stendhal.client.gui.login with parameters of type StendhalClientModifierConstructorDescriptionCreateAccountDialog(Frame owner, StendhalClient client) Create an CreateAccountDialog for a parent window, and specified client.LoginDialog(Frame owner, StendhalClient client) Create a new LoginDialog. -
Uses of StendhalClient in games.stendhal.client.gui.map
Constructors in games.stendhal.client.gui.map with parameters of type StendhalClientModifierConstructorDescriptionMapPanelController(StendhalClient client) Create a MapPanelController.