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

    Modifier and Type
    Method
    Description
    The body to be displayed on the screen.
    Returns an url pointing to an image.
    The title as visible on the screen.
  • Method Details