Enum Class Context.UI

java.lang.Object
java.lang.Enum<Context.UI>
journeymap.api.v2.client.display.Context.UI
All Implemented Interfaces:
Serializable, Comparable<Context.UI>, Constable, Context
Enclosing interface:
Context

public static enum Context.UI extends Enum<Context.UI> implements Context
Map UIs.
  • Enum Constant Details

    • Fullscreen

      public static final Context.UI Fullscreen
      The Fullscreen map UI.
    • Minimap

      public static final Context.UI Minimap
      The Minimap UI.
    • Webmap

      public static final Context.UI Webmap
      The Webmap UI.
  • Method Details

    • values

      public static Context.UI[] 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 Context.UI 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
    • all

      public static Context.UI[] all()
      Any/All UIs.