Interface Avatar

All Known Implementing Classes:
CartoonAvatar

public interface Avatar
An avatar is a set of features from character. It is a maker interface for an enumeration of avatars for a particular game.
Author:
José Paulo Leal jpleal@fc.up.pt
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the avatar.
    The visual representation of the avatar.
  • Method Details

    • getAvatarName

      String getAvatarName()
      The name of the avatar.
      Returns:
      the name of the avatar
    • getAvatarVisual

      Visual getAvatarVisual()
      The visual representation of the avatar.
      Returns:
      the visual representation of the avatar