Package journeymap.api.v2.client.display
Enum Class Context.UI
- All Implemented Interfaces:
Serializable,Comparable<Context.UI>,Constable,Context
- Enclosing interface:
Context
Map UIs.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface journeymap.api.v2.client.display.Context
Context.MapType, Context.UI -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Fullscreen map UI.The Minimap UI.The Webmap UI. -
Method Summary
Modifier and TypeMethodDescriptionstatic Context.UI[]all()Any/All UIs.static Context.UIReturns the enum constant of this class with the specified name.static Context.UI[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Fullscreen
The Fullscreen map UI. -
Minimap
The Minimap UI. -
Webmap
The Webmap UI.
-
-
Method Details
-
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
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
-
all
Any/All UIs.
-