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 int
GATHERING_EVENTS_TREE_ARCTIC_PINE
static int
GATHERING_EVENTS_TREE_MAGIC
static int
GATHERING_EVENTS_TREE_MAHOGANY
static int
GATHERING_EVENTS_TREE_MAPLE
static int
GATHERING_EVENTS_TREE_OAK
static int
GATHERING_EVENTS_TREE_TEAK
static int
GATHERING_EVENTS_TREE_WILLOW
static int
GATHERING_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
-
-