Package net.runelite.api.gameval
Class InterfaceID.MembershipBenefits
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MembershipBenefits
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MembershipBenefits extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUNDS
static int
BENEFITS
static int
BOND_BUTTON
static int
BUTTONS
static int
CONTAINER
static int
CONTENT
static int
FRAME
static int
HOVER
static int
ICONS
static int
LARGE
static int
OPENS
static int
SMALL
static int
STORE_BUTTON
static int
TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description MembershipBenefits()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
STORE_BUTTON
public static final int STORE_BUTTON
- See Also:
- Constant Field Values
-
BOND_BUTTON
public static final int BOND_BUTTON
- See Also:
- Constant Field Values
-
BENEFITS
public static final int BENEFITS
- See Also:
- Constant Field Values
-
SMALL
public static final int SMALL
- See Also:
- Constant Field Values
-
BACKGROUNDS
public static final int BACKGROUNDS
- See Also:
- Constant Field Values
-
HOVER
public static final int HOVER
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
ICONS
public static final int ICONS
- See Also:
- Constant Field Values
-
OPENS
public static final int OPENS
- See Also:
- Constant Field Values
-
LARGE
public static final int LARGE
- See Also:
- Constant Field Values
-
-