Package net.runelite.client.config
Class ConfigItemDescriptor
- java.lang.Object
-
- net.runelite.client.config.ConfigItemDescriptor
-
- All Implemented Interfaces:
ConfigObject
public final class ConfigItemDescriptor extends Object implements ConfigObject
-
-
Constructor Summary
Constructors Constructor Description ConfigItemDescriptor(ConfigItem item, Type type, Range range, Alpha alpha, Units units)
-
-
-
Constructor Detail
-
ConfigItemDescriptor
public ConfigItemDescriptor(ConfigItem item, Type type, Range range, Alpha alpha, Units units)
-
-
Method Detail
-
key
public String key()
- Specified by:
key
in interfaceConfigObject
-
name
public String name()
- Specified by:
name
in interfaceConfigObject
-
position
public int position()
- Specified by:
position
in interfaceConfigObject
-
getItem
public ConfigItem getItem()
-
getType
public Type getType()
-
getRange
public Range getRange()
-
getAlpha
public Alpha getAlpha()
-
getUnits
public Units getUnits()
-
-