Package net.runelite.api.gameval
Class InterfaceID.AnimationPicker
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.AnimationPicker
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.AnimationPicker extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intCLICKABLEstatic intCONTENTstatic intDRAWABLEstatic intFOREGROUNDstatic intFRAMEstatic intINFINITYstatic intSCROLLBARstatic intUNIVERSEstatic intWORLD
-
Constructor Summary
Constructors Constructor Description AnimationPicker()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
WORLD
public static final int WORLD
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
FOREGROUND
public static final int FOREGROUND
- See Also:
- Constant Field Values
-
DRAWABLE
public static final int DRAWABLE
- See Also:
- Constant Field Values
-
CLICKABLE
public static final int CLICKABLE
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
-