Enum Class ASCIIs

java.lang.Object
java.lang.Enum<ASCIIs>
net.minheur.potoflux.terminal.ASCIIs
All Implemented Interfaces:
Serializable, Comparable<ASCIIs>, Constable, IComboSetting

public enum ASCIIs extends Enum<ASCIIs> implements IComboSetting
Enum with all ASCIIs.
Used in the settings
  • Enum Constant Details

    • BASIC

      public static final ASCIIs BASIC
      Basic ASCII, in plain letters
    • BIG

      public static final ASCIIs BIG
      Big ASCII, made from other chars on multi-line
    • CHISELED

      public static final ASCIIs CHISELED
      Chiseled ASCII, enormous with many lines
  • Method Details

    • values

      public static ASCIIs[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ASCIIs valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • returnValue

      public String returnValue()
      Gets the file name for the ASCII
      Specified by:
      returnValue in interface IComboSetting
      Returns:
      fileName
    • toString

      public String toString()
      Change the display name to the translated one
      Overrides:
      toString in class Enum<ASCIIs>
      Returns:
      Translations.get(java.lang.String) of translatableDisplayName