Package net.runelite.api
Class ParamID
- java.lang.Object
-
- net.runelite.api.ParamID
-
public class ParamID extends Object
- See Also:
ParamHolder
-
-
Field Summary
Fields Modifier and Type Field Description static int
SETTING_CUSTOM_TRANSMIT
static int
SETTING_FOREGROUND_CLICKZONE
static int
SETTING_ID
static int
SETTING_SLIDER_CUSTOM_ONOP
static int
SETTING_SLIDER_CUSTOM_SETPOS
static int
SETTING_SLIDER_DEADTIME
static int
SETTING_SLIDER_DEADZONE
static int
SETTING_SLIDER_IS_DRAGGABLE
static int
SETTING_SLIDER_STEPS
-
Constructor Summary
Constructors Constructor Description ParamID()
-
-
-
Field Detail
-
SETTING_ID
public static final int SETTING_ID
- See Also:
SettingID
, Constant Field Values
-
SETTING_SLIDER_STEPS
public static final int SETTING_SLIDER_STEPS
- See Also:
- Constant Field Values
-
SETTING_CUSTOM_TRANSMIT
public static final int SETTING_CUSTOM_TRANSMIT
- See Also:
- Constant Field Values
-
SETTING_FOREGROUND_CLICKZONE
public static final int SETTING_FOREGROUND_CLICKZONE
- See Also:
- Constant Field Values
-
SETTING_SLIDER_CUSTOM_ONOP
public static final int SETTING_SLIDER_CUSTOM_ONOP
- See Also:
- Constant Field Values
-
SETTING_SLIDER_CUSTOM_SETPOS
public static final int SETTING_SLIDER_CUSTOM_SETPOS
- See Also:
- Constant Field Values
-
SETTING_SLIDER_IS_DRAGGABLE
public static final int SETTING_SLIDER_IS_DRAGGABLE
- See Also:
- Constant Field Values
-
SETTING_SLIDER_DEADZONE
public static final int SETTING_SLIDER_DEADZONE
- See Also:
- Constant Field Values
-
SETTING_SLIDER_DEADTIME
public static final int SETTING_SLIDER_DEADTIME
- See Also:
- Constant Field Values
-
-