Enum Class WidgetID.WidgetInfo

java.lang.Object
java.lang.Enum<WidgetID.WidgetInfo>
com.epicbot.api.os.model.game.WidgetID.WidgetInfo
All Implemented Interfaces:
WidgetInfo, Serializable, Comparable<WidgetID.WidgetInfo>, Constable
Enclosing class:
WidgetID

public static enum WidgetID.WidgetInfo extends Enum<WidgetID.WidgetInfo> implements WidgetInfo
  • Enum Constant Details

  • Method Details

    • values

      public static WidgetID.WidgetInfo[] 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 WidgetID.WidgetInfo 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
    • getId

      public int getId()
      Description copied from interface: WidgetInfo
      Gets the ID of the group-child pairing.
      Specified by:
      getId in interface WidgetInfo
      Returns:
      the ID
    • getGroupId

      public int getGroupId()
      Specified by:
      getGroupId in interface WidgetInfo
    • getChildId

      public int getChildId()
      Specified by:
      getChildId in interface WidgetInfo