Package net.runelite.api.gameval
Class DBTableID.CombatInterfaceWeaponCategory
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CombatInterfaceWeaponCategory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.CombatInterfaceWeaponCategory.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_BUTTON
(integer, string, string, graphic)static int
COL_ID
integerstatic int
ID
-
Constructor Summary
Constructors Constructor Description CombatInterfaceWeaponCategory()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ID
public static final int COL_ID
integer- See Also:
- Constant Field Values
-
COL_BUTTON
public static final int COL_BUTTON
(integer, string, string, graphic)- See Also:
- Constant Field Values
-
-