Package net.runelite.api.gameval
Class DBTableID.GatheringEventChanceData.Row
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.GatheringEventChanceData.Row
-
- Enclosing class:
- DBTableID.GatheringEventChanceData
public static final class DBTableID.GatheringEventChanceData.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGATHERING_EVENTS_TREE_ARCTIC_PINEstatic intGATHERING_EVENTS_TREE_MAGICstatic intGATHERING_EVENTS_TREE_MAHOGANYstatic intGATHERING_EVENTS_TREE_MAPLEstatic intGATHERING_EVENTS_TREE_OAKstatic intGATHERING_EVENTS_TREE_TEAKstatic intGATHERING_EVENTS_TREE_WILLOWstatic intGATHERING_EVENTS_TREE_YEW
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
GATHERING_EVENTS_TREE_YEW
public static final int GATHERING_EVENTS_TREE_YEW
- See Also:
- Constant Field Values
-
GATHERING_EVENTS_TREE_TEAK
public static final int GATHERING_EVENTS_TREE_TEAK
- See Also:
- Constant Field Values
-
GATHERING_EVENTS_TREE_MAHOGANY
public static final int GATHERING_EVENTS_TREE_MAHOGANY
- See Also:
- Constant Field Values
-
GATHERING_EVENTS_TREE_MAPLE
public static final int GATHERING_EVENTS_TREE_MAPLE
- See Also:
- Constant Field Values
-
GATHERING_EVENTS_TREE_MAGIC
public static final int GATHERING_EVENTS_TREE_MAGIC
- See Also:
- Constant Field Values
-
GATHERING_EVENTS_TREE_ARCTIC_PINE
public static final int GATHERING_EVENTS_TREE_ARCTIC_PINE
- See Also:
- Constant Field Values
-
GATHERING_EVENTS_TREE_WILLOW
public static final int GATHERING_EVENTS_TREE_WILLOW
- See Also:
- Constant Field Values
-
GATHERING_EVENTS_TREE_OAK
public static final int GATHERING_EVENTS_TREE_OAK
- See Also:
- Constant Field Values
-
-