Package net.runelite.api.gameval
Class DBTableID.GreenmanMask
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.GreenmanMask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.GreenmanMask.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_LEAF_REQUIRED
objstatic int
COL_LEAF_REQUIRED_AMOUNT
integerstatic int
COL_MASK_OBJECT
namedobjstatic int
COL_UNLOCKED_BIT
integerstatic int
ID
-
Constructor Summary
Constructors Constructor Description GreenmanMask()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_MASK_OBJECT
public static final int COL_MASK_OBJECT
namedobj- See Also:
- Constant Field Values
-
COL_LEAF_REQUIRED
public static final int COL_LEAF_REQUIRED
obj- See Also:
- Constant Field Values
-
COL_LEAF_REQUIRED_AMOUNT
public static final int COL_LEAF_REQUIRED_AMOUNT
integer- See Also:
- Constant Field Values
-
COL_UNLOCKED_BIT
public static final int COL_UNLOCKED_BIT
integer- See Also:
- Constant Field Values
-
-