Uses of Class
games.stendhal.client.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
Modifier and TypeMethodDescriptionstatic StendhalClient
StendhalClient.get()
Get the client instance. -
Uses of StendhalClient in games.stendhal.client.gui
Modifier and TypeMethodDescriptionGroundContainer.getClient()
Get the client.j2DClient.getClient()
Get the client.ModifierConstructorDescriptionGroundContainer(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
ModifierConstructorDescriptionCreateAccountDialog(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
ModifierConstructorDescriptionMapPanelController(StendhalClient client)
Create a MapPanelController.