Interface DisplayInterface
- All Known Implementing Classes:
Administrator
,Board
,Bot
,Display
,Guild
,Help
,Item
,Mob
,NormalItem
,Person
,Room
,Shopkeeper
,ShopkeeperList
,User
public interface DisplayInterface
Display interface, indicates the things that needs to be shown.
- Author:
- maartenl
-
Method Summary
-
Method Details
-
getMainTitle
The title as visible on the screen.- Returns:
- Throws:
MudException
-
getImage
Returns an url pointing to an image.- Returns:
- Throws:
MudException
-
getBody
The body to be displayed on the screen. In general the first letter of the body is converted to an image on the client side.- Returns:
- Throws:
MudException
-