Package games.stendhal.client.gui
Interface UserInterface
- All Known Implementing Classes:
j2DClient
public interface UserInterface
- Author:
- hendrik
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAchievementBox(String title, String description, String category)
Display a box for a reached achievementvoid
addEventLine(EventLine line)
Add an event line to the chat log.void
addGameScreenText(double x, double y, String text, NotificationType type, boolean isTalking)
adds a text box on the screengets the sound system
-
Method Details
-
addEventLine
Add an event line to the chat log.- Parameters:
line
- event line
-
addGameScreenText
adds a text box on the screen- Parameters:
x
- xy
- ytext
- text to displaytype
- type of textisTalking
- chat?
-
addAchievementBox
Display a box for a reached achievement- Parameters:
title
- the title of the achievementdescription
- the description of the achievementcategory
- the category of the achievement
-
getSoundSystemFacade
SoundSystemFacade getSoundSystemFacade()gets the sound system- Returns:
- SoundSystemFacade
-