Package com.epicbot.api.os.model.game
Enum Class WidgetID.WidgetInfo
- All Implemented Interfaces:
WidgetInfo,Serializable,Comparable<WidgetID.WidgetInfo>,Constable
- Enclosing class:
WidgetID
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionintintintgetId()Gets the ID of the group-child pairing.static WidgetID.WidgetInfoReturns the enum constant of this class with the specified name.static WidgetID.WidgetInfo[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BANK_TITLE_BAR
-
BANK_ITEM_CONTAINER
-
BANK_INVENTORY_ITEMS_CONTAINER
-
BANK_SCROLLBAR
-
EQUIPMENT
-
GRAND_EXCHANGE_INVENTORY_ITEMS_CONTAINER
-
TRADE
-
TRADE_OTHER
-
INVENTORY
-
MINIMAP_HEALTH_ORB_TEXT
-
MINIMAP_QUICK_PRAYER_ORB
-
MINIMAP_RUN_ORB
-
MINIMAP_RUN_ORB_TEXT
-
MINIMAP_SPEC_ORB_TEXT
-
MINIMAP_WORLDMAP_ORB
-
MINIMAP_XP_ORB
-
STRONGHOLD_PROMPT
-
WILDERNESS_PROMPT
-
DESERT_PROMPT
-
CAMERA_ZOOM
-
CHATBOX_FRAME
-
CHATBOX_INPUT
-
-
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
-
getId
public int getId()Description copied from interface:WidgetInfoGets the ID of the group-child pairing.- Specified by:
getIdin interfaceWidgetInfo- Returns:
- the ID
-
getGroupId
public int getGroupId()- Specified by:
getGroupIdin interfaceWidgetInfo
-
getChildId
public int getChildId()- Specified by:
getChildIdin interfaceWidgetInfo
-