Enum Class ImThemes

java.lang.Object
java.lang.Enum<ImThemes>
de.luckymcdev.foundryengine.client.editor.styles.ImThemes
All Implemented Interfaces:
Serializable, Comparable<ImThemes>, Constable

public enum ImThemes extends Enum<ImThemes>
  • Enum Constant Details

    • BESS_DARK

      public static final ImThemes BESS_DARK
    • CATPUCCIN_MOCHA

      public static final ImThemes CATPUCCIN_MOCHA
    • MODERN_DARK

      public static final ImThemes MODERN_DARK
    • DARK

      public static final ImThemes DARK
    • CHERRY

      public static final ImThemes CHERRY
    • VIDLIB

      public static final ImThemes VIDLIB
    • VEIL

      public static final ImThemes VEIL
  • Field Details

  • Method Details

    • values

      public static ImThemes[] 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 ImThemes 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
    • getAvailableThemeNames

      public static String getAvailableThemeNames()
    • get

      public static @Nullable ImThemes get(ImTheme theme)
    • getTheme

      public ImTheme getTheme()