Uses of Enum Class
com.jackmeng.halcyoninae.cosmos.util.ThemeType
Packages that use ThemeType
Package
Description
-
Uses of ThemeType in com.jackmeng.halcyoninae.cosmos.util
Methods in com.jackmeng.halcyoninae.cosmos.util that return ThemeTypeModifier and TypeMethodDescriptionTheme.getThemeType()
Defines what kind of theme this theme is representing based on the ThemeType enum.static ThemeType
Returns the enum constant of this class with the specified name.static ThemeType[]
ThemeType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ThemeType in com.jackmeng.halcyoninae.cosmos.util.bundles
Methods in com.jackmeng.halcyoninae.cosmos.util.bundles that return ThemeTypeModifier and TypeMethodDescriptionDarkGreen.getThemeType()
DarkOrange.getThemeType()
LightGreen.getThemeType()
LightOrange.getThemeType()