Package net.runelite.api.gameval
Class DBTableID.Events.Row
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Events.Row
-
- Enclosing class:
- DBTableID.Events
public static final class DBTableID.Events.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BIRTHDAY_2023
static int
BIRTHDAY_2024
static int
BIRTHDAY_2025
static int
EASTER_2023
static int
EASTER_2024
static int
EASTER_2025
static int
HALLOWEEN_2023
static int
HALLOWEEN_2024
static int
PRIDE_2023
static int
PRIDE_2024
static int
XMAS_2022
static int
XMAS_2023
static int
XMAS_2024
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
XMAS_2022
public static final int XMAS_2022
- See Also:
- Constant Field Values
-
BIRTHDAY_2023
public static final int BIRTHDAY_2023
- See Also:
- Constant Field Values
-
EASTER_2023
public static final int EASTER_2023
- See Also:
- Constant Field Values
-
PRIDE_2023
public static final int PRIDE_2023
- See Also:
- Constant Field Values
-
BIRTHDAY_2024
public static final int BIRTHDAY_2024
- See Also:
- Constant Field Values
-
HALLOWEEN_2023
public static final int HALLOWEEN_2023
- See Also:
- Constant Field Values
-
XMAS_2023
public static final int XMAS_2023
- See Also:
- Constant Field Values
-
EASTER_2024
public static final int EASTER_2024
- See Also:
- Constant Field Values
-
PRIDE_2024
public static final int PRIDE_2024
- See Also:
- Constant Field Values
-
HALLOWEEN_2024
public static final int HALLOWEEN_2024
- See Also:
- Constant Field Values
-
XMAS_2024
public static final int XMAS_2024
- See Also:
- Constant Field Values
-
BIRTHDAY_2025
public static final int BIRTHDAY_2025
- See Also:
- Constant Field Values
-
EASTER_2025
public static final int EASTER_2025
- See Also:
- Constant Field Values
-
-