Package net.runelite.api
Interface StructComposition
-
- All Superinterfaces:
ParamHolder
public interface StructComposition extends ParamHolder
A config type dedicated to holding params. Historically items were often used for this before structs were made available, and there are many of these still around.- See Also:
ParamHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
-
Methods inherited from interface net.runelite.api.ParamHolder
getIntValue, getParams, getStringValue, setParams, setValue, setValue
-
-