Enum Class ThemeVal
- All Implemented Interfaces:
Serializable
,Comparable<ThemeVal>
,Constable
Deprecated.
theme.yml is deprecated and with it any colors accessible in this enum. Use CSS color variables for use-cases instead, since they are only stable variables on the website.
Enum class used for getting the Html colors that match the config settings.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
-
Enum Constant Details
-
THEME_DEFAULT
Deprecated. -
FONT_STYLESHEET
Deprecated. -
FONT_FAMILY
Deprecated. -
RED
Deprecated. -
PINK
Deprecated. -
PURPLE
Deprecated. -
DEEP_PURPLE
Deprecated. -
INDIGO
Deprecated. -
BLUE
Deprecated. -
LIGHT_BLUE
Deprecated. -
CYAN
Deprecated. -
TEAL
Deprecated. -
GREEN
Deprecated. -
LIGHT_GREEN
Deprecated. -
LIME
Deprecated. -
YELLOW
Deprecated. -
AMBER
Deprecated. -
ORANGE
Deprecated. -
DEEP_ORANGE
Deprecated. -
BROWN
Deprecated. -
GREY
Deprecated. -
BLUE_GREY
Deprecated. -
BLACK
Deprecated. -
WHITE
Deprecated. -
GRAPH_PUNCHCARD
Deprecated. -
GRAPH_PLAYERS_ONLINE
Deprecated. -
GRAPH_TPS_HIGH
Deprecated. -
GRAPH_TPS_MED
Deprecated. -
GRAPH_TPS_LOW
Deprecated. -
GRAPH_CPU
Deprecated. -
GRAPH_RAM
Deprecated. -
GRAPH_CHUNKS
Deprecated. -
GRAPH_ENTITIES
Deprecated. -
GRAPH_WORLD_PIE
Deprecated. -
GRAPH_GM_PIE
Deprecated. -
GRAPH_ACTIVITY_PIE
Deprecated. -
GRAPH_SERVER_PREF_PIE
Deprecated. -
GRAPH_AVG_PING
Deprecated. -
GRAPH_MAX_PING
Deprecated. -
GRAPH_MIN_PING
Deprecated. -
WORLD_MAP_HIGH
Deprecated. -
WORLD_MAP_LOW
Deprecated.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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 nameNullPointerException
- if the argument is null
-
getThemePath
Deprecated. -
getDefaultValue
Deprecated.
-