Uses of Enum Class
Controleur.AsciiArt

Packages that use AsciiArt
Package
Description
 
  • Uses of AsciiArt in Controleur

    Subclasses with type arguments of type AsciiArt in Controleur
    Modifier and Type
    Class
    Description
    enum 
    L'énumération AsciiArt représente différents types d'art ASCII disponibles dans le jeu, chacun ayant un chemin vers une ressource contenant l'art ASCII.
    Methods in Controleur that return AsciiArt
    Modifier and Type
    Method
    Description
    static AsciiArt
    AsciiArt.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static AsciiArt[]
    AsciiArt.values()
    Returns an array containing the constants of this enum class, in the order they are declared.