@deafwave/osrs-botmaker-types 0.7.4 → 0.7.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist/src/rollup/ItemID.d.ts +89 -15
  2. package/dist/src/rollup/ItemID.js +89 -15
  3. package/dist/src/rollup/NpcID.d.ts +19 -0
  4. package/dist/src/rollup/NpcID.js +19 -0
  5. package/dist/src/rollup/NullItemID.d.ts +5 -0
  6. package/dist/src/rollup/NullItemID.js +5 -0
  7. package/dist/src/rollup/NullNpcID.d.ts +13 -0
  8. package/dist/src/rollup/NullNpcID.js +13 -0
  9. package/dist/src/rollup/NullObjectID.d.ts +15 -0
  10. package/dist/src/rollup/NullObjectID.js +15 -0
  11. package/dist/src/rollup/ObjectID.d.ts +32 -0
  12. package/dist/src/rollup/ObjectID.js +32 -0
  13. package/dist/src/rollup/gameval/AnimationID.d.ts +5 -0
  14. package/dist/src/rollup/gameval/AnimationID.js +5 -0
  15. package/dist/src/rollup/gameval/DBTableID.d.ts +24 -2
  16. package/dist/src/rollup/gameval/DBTableID.js +36 -14
  17. package/dist/src/rollup/gameval/InterfaceID.d.ts +3 -1
  18. package/dist/src/rollup/gameval/InterfaceID.js +3 -1
  19. package/dist/src/rollup/gameval/ItemID.d.ts +74 -0
  20. package/dist/src/rollup/gameval/ItemID.js +74 -0
  21. package/dist/src/rollup/gameval/NpcID.d.ts +32 -0
  22. package/dist/src/rollup/gameval/NpcID.js +32 -0
  23. package/dist/src/rollup/gameval/ObjectID1.d.ts +47 -0
  24. package/dist/src/rollup/gameval/ObjectID1.js +47 -0
  25. package/dist/src/rollup/gameval/SpriteID.js +7 -7
  26. package/dist/src/rollup/gameval/VarClientID.d.ts +2 -0
  27. package/dist/src/rollup/gameval/VarClientID.js +2 -0
  28. package/dist/src/rollup/gameval/VarPlayerID.d.ts +5 -0
  29. package/dist/src/rollup/gameval/VarPlayerID.js +5 -0
  30. package/dist/src/rollup/gameval/VarbitID.d.ts +36 -0
  31. package/dist/src/rollup/gameval/VarbitID.js +36 -0
  32. package/dist/src/types/java/index.d.ts +5 -0
  33. package/dist/src/types/java/swing/AbstractButton.d.ts +24 -0
  34. package/dist/src/types/java/swing/ButtonGroup.d.ts +16 -0
  35. package/dist/src/types/java/swing/Component.d.ts +10 -0
  36. package/dist/src/types/java/swing/JCheckBox.d.ts +1 -0
  37. package/dist/src/types/java/swing/JDialog.d.ts +28 -0
  38. package/dist/src/types/java/swing/JFrame.d.ts +6 -1
  39. package/dist/src/types/java/swing/JList.d.ts +2 -0
  40. package/dist/src/types/java/swing/JRadioButton.d.ts +21 -0
  41. package/dist/src/types/java/swing/JScrollPane.d.ts +6 -6
  42. package/dist/src/types/java/util/function/Predicate.d.ts +39 -0
  43. package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +89 -15
  44. package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +19 -0
  45. package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +5 -0
  46. package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +13 -0
  47. package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +15 -0
  48. package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +32 -0
  49. package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +5 -0
  50. package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +39 -14
  51. package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +3 -1
  52. package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +79 -0
  53. package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +32 -0
  54. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +47 -0
  55. package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +7 -0
  56. package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +2 -0
  57. package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +5 -0
  58. package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +36 -0
  59. package/package.json +15 -2
@@ -1342,5 +1342,7 @@ declare const _default: {
1342
1342
  CAMERA_ZOOM_BIG_MIN: number;
1343
1343
  CAMERA_ZOOM_BIG_MAX: number;
1344
1344
  SAILING_LAST_BOAT_HP: number;
1345
+ SETTINGS_DEV_EXAMPLE_INT: number;
1346
+ FAIRYRINGS_SEARCHSTRING: number;
1345
1347
  };
1346
1348
  export default _default;
@@ -1343,4 +1343,6 @@ export default {
1343
1343
  CAMERA_ZOOM_BIG_MIN: 1340,
1344
1344
  CAMERA_ZOOM_BIG_MAX: 1341,
1345
1345
  SAILING_LAST_BOAT_HP: 1342,
1346
+ SETTINGS_DEV_EXAMPLE_INT: 1343,
1347
+ FAIRYRINGS_SEARCHSTRING: 1344,
1346
1348
  };
@@ -2577,5 +2577,10 @@ declare const _default: {
2577
2577
  SAILING_BOAT_CARGOHOLD_SIDE_WHITELIST: number;
2578
2578
  PORT_TASKS_COMPLETED: number;
2579
2579
  SAILING_SHIPWRECK_RAREITEMS: number;
2580
+ XMAS_25_1: number;
2581
+ XMAS_25_2: number;
2582
+ XMAS_25_3: number;
2583
+ COLLECTION_PERSONAL_BEST_TRANSMIT: number;
2584
+ COLLECTION_PERSONAL_BEST_TRANSMIT_2: number;
2580
2585
  };
2581
2586
  export default _default;
@@ -2578,4 +2578,9 @@ export default {
2578
2578
  SAILING_BOAT_CARGOHOLD_SIDE_WHITELIST: 5205,
2579
2579
  PORT_TASKS_COMPLETED: 5207,
2580
2580
  SAILING_SHIPWRECK_RAREITEMS: 5208,
2581
+ XMAS_25_1: 5214,
2582
+ XMAS_25_2: 5215,
2583
+ XMAS_25_3: 5216,
2584
+ COLLECTION_PERSONAL_BEST_TRANSMIT: 5217,
2585
+ COLLECTION_PERSONAL_BEST_TRANSMIT_2: 5218,
2581
2586
  };
@@ -11117,6 +11117,7 @@ declare const _default: {
11117
11117
  SETTINGS_HD_NEW_RENDERER_TOGGLE: number;
11118
11118
  SETTINGS_HD_WARNING_SHOWN: number;
11119
11119
  SETTINGS_SD_BETA_ENABLED: number;
11120
+ SAILING_WARNING_TELEPORTOFFBOAT: number;
11120
11121
  SETTINGS_WORLD_MAP_HOTKEY_DISABLED: number;
11121
11122
  CHARGES_EYE_OF_AYAK_QUANTITY: number;
11122
11123
  PMOON_EYATLALLI_VIS: number;
@@ -13836,5 +13837,40 @@ declare const _default: {
13836
13837
  SAILING_CREW_GHOST_JENKINS_VISIBILITY_CRANDOR: number;
13837
13838
  SETTINGS_IRONMAN_CARGO_WARNING_TEMP: number;
13838
13839
  SAILING_CREW_GHOST_JENKINS_VISIBILITY_CONTROL: number;
13840
+ SETTINGS_CARGO_HOLD_PRIVACY: number;
13841
+ SETTINGS_NEW_MENU_INTERFACE: number;
13842
+ BOAT_REPAIR_COST_WARNING_DISMISSED: number;
13843
+ XMAS_25_MAIN: number;
13844
+ XMAS_25_NPC_QUEUE: number;
13845
+ XMAS_25_SEAT_ID_1: number;
13846
+ XMAS_25_SEAT_ID_2: number;
13847
+ XMAS_25_SEAT_ID_3: number;
13848
+ XMAS_25_SEAT_ID_4: number;
13849
+ XMAS25_CURRENT_TABLE: number;
13850
+ XMAS25_FOOD_CORRECT_MAIN: number;
13851
+ XMAS25_FOOD_CORRECT_SIDE_1: number;
13852
+ XMAS_25_TABLE_ID_1: number;
13853
+ XMAS_25_TABLE_ID_2: number;
13854
+ XMAS_25_TABLE_ID_3: number;
13855
+ XMAS_25_TABLE_ID_4: number;
13856
+ XMAS_25_BAR_INTERACTABLE: number;
13857
+ XMAS_25_BAR_DRINKS: number;
13858
+ XMAS_25_BAR_CORRECT_DRINK: number;
13859
+ XMAS25_TABLE_1_STATE: number;
13860
+ XMAS25_TABLE_2_STATE: number;
13861
+ XMAS25_TABLE_3_STATE: number;
13862
+ XMAS25_TABLE_4_STATE: number;
13863
+ XMAS25_FOOD_CORRECT_SIDE_2: number;
13864
+ XMAS25_FOOD_CORRECT_SIDE_3: number;
13865
+ XMAS25_FOOD_MAIN: number;
13866
+ XMAS25_FOOD_SIDE_1: number;
13867
+ XMAS25_FOOD_SIDE_2: number;
13868
+ XMAS25_FOOD_SIDE_3: number;
13869
+ SAILING_UNEXPECTED_INPUT_LOGGED: number;
13870
+ SETTINGS_NEW_MENU_TRANSPARENT_INTERFACE_DISABLED: number;
13871
+ SETTINGS_RUNEPOUCH_LOADOUT_NAMES_DISABLED: number;
13872
+ SETTINGS_FAIRYRING_MOBILE_KEYBOARD_AUTOOPEN_DISABLED: number;
13873
+ MY2ARM_STRONGHOLD_TELE_TOGGLE: number;
13874
+ SAILING_SIDEPANEL_BOAT_CRYSTALHELM_RESISTANCE: number;
13839
13875
  };
13840
13876
  export default _default;
@@ -11118,6 +11118,7 @@ export default {
11118
11118
  SETTINGS_HD_NEW_RENDERER_TOGGLE: 16617,
11119
11119
  SETTINGS_HD_WARNING_SHOWN: 16618,
11120
11120
  SETTINGS_SD_BETA_ENABLED: 16619,
11121
+ SAILING_WARNING_TELEPORTOFFBOAT: 16620,
11121
11122
  SETTINGS_WORLD_MAP_HOTKEY_DISABLED: 16621,
11122
11123
  CHARGES_EYE_OF_AYAK_QUANTITY: 16623,
11123
11124
  PMOON_EYATLALLI_VIS: 16624,
@@ -13837,4 +13838,39 @@ export default {
13837
13838
  SAILING_CREW_GHOST_JENKINS_VISIBILITY_CRANDOR: 19610,
13838
13839
  SETTINGS_IRONMAN_CARGO_WARNING_TEMP: 19612,
13839
13840
  SAILING_CREW_GHOST_JENKINS_VISIBILITY_CONTROL: 19613,
13841
+ SETTINGS_CARGO_HOLD_PRIVACY: 19614,
13842
+ SETTINGS_NEW_MENU_INTERFACE: 19615,
13843
+ BOAT_REPAIR_COST_WARNING_DISMISSED: 19616,
13844
+ XMAS_25_MAIN: 19618,
13845
+ XMAS_25_NPC_QUEUE: 19619,
13846
+ XMAS_25_SEAT_ID_1: 19620,
13847
+ XMAS_25_SEAT_ID_2: 19621,
13848
+ XMAS_25_SEAT_ID_3: 19622,
13849
+ XMAS_25_SEAT_ID_4: 19623,
13850
+ XMAS25_CURRENT_TABLE: 19624,
13851
+ XMAS25_FOOD_CORRECT_MAIN: 19625,
13852
+ XMAS25_FOOD_CORRECT_SIDE_1: 19626,
13853
+ XMAS_25_TABLE_ID_1: 19627,
13854
+ XMAS_25_TABLE_ID_2: 19628,
13855
+ XMAS_25_TABLE_ID_3: 19629,
13856
+ XMAS_25_TABLE_ID_4: 19630,
13857
+ XMAS_25_BAR_INTERACTABLE: 19631,
13858
+ XMAS_25_BAR_DRINKS: 19632,
13859
+ XMAS_25_BAR_CORRECT_DRINK: 19633,
13860
+ XMAS25_TABLE_1_STATE: 19634,
13861
+ XMAS25_TABLE_2_STATE: 19635,
13862
+ XMAS25_TABLE_3_STATE: 19636,
13863
+ XMAS25_TABLE_4_STATE: 19637,
13864
+ XMAS25_FOOD_CORRECT_SIDE_2: 19638,
13865
+ XMAS25_FOOD_CORRECT_SIDE_3: 19639,
13866
+ XMAS25_FOOD_MAIN: 19640,
13867
+ XMAS25_FOOD_SIDE_1: 19641,
13868
+ XMAS25_FOOD_SIDE_2: 19642,
13869
+ XMAS25_FOOD_SIDE_3: 19643,
13870
+ SAILING_UNEXPECTED_INPUT_LOGGED: 19645,
13871
+ SETTINGS_NEW_MENU_TRANSPARENT_INTERFACE_DISABLED: 19646,
13872
+ SETTINGS_RUNEPOUCH_LOADOUT_NAMES_DISABLED: 19647,
13873
+ SETTINGS_FAIRYRING_MOBILE_KEYBOARD_AUTOOPEN_DISABLED: 19648,
13874
+ MY2ARM_STRONGHOLD_TELE_TOGGLE: 19649,
13875
+ SAILING_SIDEPANEL_BOAT_CRYSTALHELM_RESISTANCE: 19652,
13840
13876
  };
@@ -33,6 +33,7 @@
33
33
  /// <reference path="./util/index.d.ts" />
34
34
  /// <reference path="./util/Collection.d.ts" />
35
35
  /// <reference path="./util/concurrent.d.ts" />
36
+ /// <reference path="./util/function/Predicate.d.ts" />
36
37
  /// <reference path="./io/FileWriter.d.ts" />
37
38
  /// <reference path="./swing/Border.d.ts" />
38
39
  /// <reference path="./swing/BorderFactory.d.ts" />
@@ -41,12 +42,16 @@
41
42
  /// <reference path="./swing/Component.d.ts" />
42
43
  /// <reference path="./swing/CustomPanel.d.ts" />
43
44
  /// <reference path="./swing/Icon.d.ts" />
45
+ /// <reference path="./swing/AbstractButton.d.ts" />
46
+ /// <reference path="./swing/ButtonGroup.d.ts" />
44
47
  /// <reference path="./swing/JButton.d.ts" />
48
+ /// <reference path="./swing/JRadioButton.d.ts" />
45
49
  /// <reference path="./swing/JToggleButton.d.ts" />
46
50
  /// <reference path="./swing/JCheckBox.d.ts" />
47
51
  /// <reference path="./swing/JComboBox.d.ts" />
48
52
  /// <reference path="./swing/JComponent.d.ts" />
49
53
  /// <reference path="./swing/JFrame.d.ts" />
54
+ /// <reference path="./swing/JDialog.d.ts" />
50
55
  /// <reference path="./swing/JLabel.d.ts" />
51
56
  /// <reference path="./swing/JList.d.ts" />
52
57
  /// <reference path="./swing/JMenu.d.ts" />
@@ -0,0 +1,24 @@
1
+ declare namespace javax.swing {
2
+ export abstract class AbstractButton extends javax.swing.JComponent {
3
+ setText(text: string): void;
4
+ getText(): string;
5
+ setIcon(icon: Icon): void;
6
+ getIcon(): Icon | null;
7
+ setEnabled(enabled: boolean): void;
8
+ isEnabled(): boolean;
9
+ addActionListener(listener: (event: java.awt.event.ActionListener) => void): void;
10
+ removeActionListener(listener: (event: java.awt.event.ActionListener) => void): void;
11
+ setSelected(selected: boolean): void;
12
+ isSelected(): boolean;
13
+ setMnemonic(mnemonic: number): void;
14
+ getMnemonic(): number;
15
+ setToolTipText(text: string): void;
16
+ getToolTipText(): string;
17
+ setModel(model: javax.swing.ButtonModel): void;
18
+ getModel(): javax.swing.ButtonModel;
19
+ setActionCommand(cmd: string): void;
20
+ getActionCommand(): string;
21
+ }
22
+ }
23
+
24
+ type AbstractButton = javax.swing.AbstractButton;
@@ -0,0 +1,16 @@
1
+ declare namespace javax.swing {
2
+ export class ButtonGroup {
3
+ constructor();
4
+ add(button: javax.swing.AbstractButton): void;
5
+ remove(button: javax.swing.AbstractButton): void;
6
+ getSelection(): javax.swing.ButtonModel | null;
7
+ setSelection(model: javax.swing.ButtonModel | null): void;
8
+ clearSelection(): void;
9
+ getButtonCount(): number;
10
+ getElements(): java.util.Enumeration<javax.swing.AbstractButton>;
11
+ isSelected(model: javax.swing.ButtonModel): boolean;
12
+ }
13
+ }
14
+
15
+ type ButtonGroup = javax.swing.ButtonGroup;
16
+
@@ -17,5 +17,15 @@ declare namespace javax.swing {
17
17
  abstract paintChildren(g: java.awt.Graphics2D): void;
18
18
 
19
19
  abstract setPreferredSize(dimension: java.awt.Dimension): void;
20
+ abstract getPreferredSize(): java.awt.Dimension;
21
+ abstract setMinimumSize(dimension: java.awt.Dimension): void;
22
+ abstract getMinimumSize(): java.awt.Dimension;
23
+ abstract setMaximumSize(dimension: java.awt.Dimension): void;
24
+ abstract getMaximumSize(): java.awt.Dimension;
25
+ abstract setSize(width: number, height: number): void;
26
+ abstract setSize(dimension: java.awt.Dimension): void;
27
+ abstract getSize(): java.awt.Dimension;
28
+ abstract getWidth(): number;
29
+ abstract getHeight(): number;
20
30
  }
21
31
  }
@@ -12,6 +12,7 @@ declare namespace javax.swing {
12
12
  addFocusListener(listener: java.awt.event.FocusListener): void;
13
13
  removeFocusListener(listener: java.awt.event.FocusListener): void;
14
14
  setForeground(color: java.awt.Color): void;
15
+ setBackground(color: java.awt.Color): void;
15
16
  setFont(font: java.awt.Font): void;
16
17
  setToolTipText(text: string): void;
17
18
  }
@@ -0,0 +1,28 @@
1
+ declare namespace javax.swing {
2
+ export class JDialog extends java.awt.Component {
3
+ constructor(owner: javax.swing.JFrame, title: string, modal: boolean);
4
+ setTitle(title: string): void;
5
+ getTitle(): string;
6
+ setModal(modal: boolean): void;
7
+ isModal(): boolean;
8
+ setResizable(resizable: boolean): void;
9
+ isResizable(): boolean;
10
+ setDefaultCloseOperation(operation: JFrameCloseOperation): void;
11
+ setLocationRelativeTo(component: java.awt.Component | null): void;
12
+ setContentPane(contentPane: JPanel): void;
13
+ getContentPane(): JPanel;
14
+ setVisible(visible: boolean): void;
15
+ isVisible(): boolean;
16
+ pack(): void;
17
+ dispose(): void;
18
+ repaint(): void;
19
+ setPreferredSize(dimension: java.awt.Dimension): void;
20
+ getPreferredSize(): java.awt.Dimension;
21
+ setMinimumSize(dimension: java.awt.Dimension): void;
22
+ getMinimumSize(): java.awt.Dimension;
23
+ setMaximumSize(dimension: java.awt.Dimension): void;
24
+ getMaximumSize(): java.awt.Dimension;
25
+ setSize(dimension: java.awt.Dimension): void;
26
+ }
27
+ }
28
+
@@ -1,5 +1,10 @@
1
1
  declare namespace javax.swing {
2
- export type JFrameCloseOperation = 0 | 1 | 2 | 3;
2
+ export enum JFrameCloseOperation {
3
+ DO_NOTHING_ON_CLOSE = 0,
4
+ HIDE_ON_CLOSE = 1,
5
+ DISPOSE_ON_CLOSE = 2,
6
+ EXIT_ON_CLOSE = 3,
7
+ }
3
8
  export class JFrame extends java.awt.Component {
4
9
  constructor(title?: string);
5
10
  setTitle(title: string): void;
@@ -5,6 +5,8 @@ declare namespace javax.swing {
5
5
  getSelectedValuesList(): string[];
6
6
  setSelectionMode(mode: number): void;
7
7
  getSelectionMode(): number;
8
+ getSelectedIndex(): number;
9
+ getSelectedIndices(): number[];
8
10
  setPreferredSize(size: java.awt.Dimension): void;
9
11
  setMinimumSize(dimension: java.awt.Dimension): void;
10
12
  setMaximumSize(dimension: java.awt.Dimension): void;
@@ -0,0 +1,21 @@
1
+ declare namespace javax.swing {
2
+ export class JRadioButton extends javax.swing.AbstractButton {
3
+ constructor(label: string, selected?: boolean);
4
+ getText(): string;
5
+ setText(text: string): void;
6
+ setSelected(selected: boolean): void;
7
+ isSelected(): boolean;
8
+ setEnabled(enabled: boolean): void;
9
+ isEnabled(): boolean;
10
+ addActionListener(listener: (event: java.awt.event.ActionListener) => void): void;
11
+ removeActionListener(listener: (event: java.awt.event.ActionListener) => void): void;
12
+ addFocusListener(listener: java.awt.event.FocusListener): void;
13
+ removeFocusListener(listener: java.awt.event.FocusListener): void;
14
+ setForeground(color: java.awt.Color): void;
15
+ setBackground(color: java.awt.Color): void;
16
+ setFont(font: java.awt.Font): void;
17
+ setToolTipText(text: string): void;
18
+ }
19
+ }
20
+
21
+ type JRadioButton = javax.swing.JRadioButton;
@@ -15,12 +15,12 @@ declare namespace javax.swing {
15
15
  }
16
16
 
17
17
  export class ScrollPaneConstants {
18
- static readonly VERTICAL_SCROLLBAR_AS_NEEDED: number;
19
- static readonly VERTICAL_SCROLLBAR_ALWAYS: number;
20
- static readonly VERTICAL_SCROLLBAR_NEVER: number;
21
- static readonly HORIZONTAL_SCROLLBAR_AS_NEEDED: number;
22
- static readonly HORIZONTAL_SCROLLBAR_ALWAYS: number;
23
- static readonly HORIZONTAL_SCROLLBAR_NEVER: number;
18
+ static readonly VERTICAL_SCROLLBAR_AS_NEEDED: number = 20;
19
+ static readonly VERTICAL_SCROLLBAR_NEVER: number = 21;
20
+ static readonly VERTICAL_SCROLLBAR_ALWAYS: number = 22;
21
+ static readonly HORIZONTAL_SCROLLBAR_AS_NEEDED: number = 30;
22
+ static readonly HORIZONTAL_SCROLLBAR_NEVER: number = 31;
23
+ static readonly HORIZONTAL_SCROLLBAR_ALWAYS: number = 32;
24
24
  }
25
25
  }
26
26
 
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Represents a predicate (boolean-valued function) of one argument.
3
+ * This is a functional interface whose functional method is test(T).
4
+ */
5
+ declare namespace java.util.func_tion {
6
+ export interface Predicate<T> {
7
+ /**
8
+ * Evaluates this predicate on the given argument.
9
+ *
10
+ * @param t the input argument
11
+ * @returns true if the input argument matches the predicate, otherwise false
12
+ */
13
+ test(t: T): boolean;
14
+
15
+ /**
16
+ * Combines this predicate with another one using logical and.
17
+ *
18
+ * @param other a predicate that will be logically-ANDed with this predicate
19
+ * @returns a composed predicate that represents the short-circuiting logical AND of this predicate and the other
20
+ */
21
+ and(other: Predicate<T>): Predicate<T>;
22
+
23
+ /**
24
+ * Combines this predicate with another one using logical or.
25
+ *
26
+ * @param other a predicate that will be logically-ORed with this predicate
27
+ * @returns a composed predicate that represents the short-circuiting logical OR of this predicate and the other
28
+ */
29
+ or(other: Predicate<T>): Predicate<T>;
30
+
31
+ /**
32
+ * Returns a predicate that represents the logical negation of this predicate.
33
+ *
34
+ * @returns a predicate that represents the logical negation of this predicate
35
+ */
36
+ negate(): Predicate<T>;
37
+ }
38
+ }
39
+ type Predicate<T> = java.util.func_tion.Predicate<T>;
@@ -5609,10 +5609,10 @@ declare namespace net.runelite.api {
5609
5609
  static readonly BLACK_MASK_1 = 8919;
5610
5610
  static readonly BLACK_MASK = 8921;
5611
5611
  static readonly WITCHWOOD_ICON = 8923;
5612
- static readonly BANDANA_EYEPATCH = 8924;
5613
- static readonly BANDANA_EYEPATCH_8925 = 8925;
5614
- static readonly BANDANA_EYEPATCH_8926 = 8926;
5615
- static readonly BANDANA_EYEPATCH_8927 = 8927;
5612
+ static readonly BANDANA_EYEPATCH_WHITE = 8924;
5613
+ static readonly BANDANA_EYEPATCH_RED = 8925;
5614
+ static readonly BANDANA_EYEPATCH_BLUE = 8926;
5615
+ static readonly BANDANA_EYEPATCH_BROWN = 8927;
5616
5616
  static readonly HAT_EYEPATCH = 8928;
5617
5617
  static readonly CRABCLAW_HOOK = 8929;
5618
5618
  static readonly PIPE_SECTION = 8930;
@@ -15110,17 +15110,17 @@ declare namespace net.runelite.api {
15110
15110
  static readonly FETID_KEY = 31744;
15111
15111
  static readonly CAPTURED_WIND_MOTE = 31745;
15112
15112
  static readonly GURTOBS_FABRIC_ROLL = 31746;
15113
- static readonly NIFTY_HAT = 31748;
15114
- static readonly NIFTY_JACKET = 31750;
15115
- static readonly NIFTY_TROUSERS = 31752;
15116
- static readonly NIFTY_SHOES = 31754;
15113
+ static readonly SWAMP_CRUISERS_HAT = 31748;
15114
+ static readonly SWAMP_CRUISERS_JACKET = 31750;
15115
+ static readonly SWAMP_CRUISERS_TROUSERS = 31752;
15116
+ static readonly SWAMP_CRUISERS_SHOES = 31754;
15117
15117
  static readonly SERRATED_KEY = 31756;
15118
15118
  static readonly HEART_OF_ITHELL = 31757;
15119
15119
  static readonly GWYNAS_FABRIC_ROLL = 31758;
15120
- static readonly SLEEK_HAT = 31760;
15121
- static readonly SLEEK_JACKET = 31762;
15122
- static readonly SLEEK_TROUSERS = 31764;
15123
- static readonly SLEEK_SHOES = 31766;
15120
+ static readonly CRYSTAL_GLIDERS_HAT = 31760;
15121
+ static readonly CRYSTAL_GLIDERS_JACKET = 31762;
15122
+ static readonly CRYSTAL_GLIDERS_TROUSERS = 31764;
15123
+ static readonly CRYSTAL_GLIDERS_SHOES = 31766;
15124
15124
  static readonly SUNKEN_RUM = 31768;
15125
15125
  static readonly TINY_PEARL = 31770;
15126
15126
  static readonly SMALL_PEARL = 31773;
@@ -15346,8 +15346,8 @@ declare namespace net.runelite.api {
15346
15346
  static readonly TEAK_MAST_AND_LINEN_SAILS = 32167;
15347
15347
  static readonly TEAK_MAST_AND_LINEN_SAILS_32168 = 32168;
15348
15348
  static readonly MAHOGANY_MAST_AND_CANVAS_SAILS = 32169;
15349
- static readonly MAHOGANY_MAST_AND_LINEN_SAILS = 32170;
15350
- static readonly MAHOGANY_MAST_AND_LINEN_SAILS_32171 = 32171;
15349
+ static readonly MAHOGANY_MAST_AND_CANVAS_SAILS_32170 = 32170;
15350
+ static readonly MAHOGANY_MAST_AND_CANVAS_SAILS_32171 = 32171;
15351
15351
  static readonly CAMPHOR_MAST_AND_CANVAS_SAILS = 32172;
15352
15352
  static readonly CAMPHOR_MAST_AND_LINEN_SAILS = 32173;
15353
15353
  static readonly CAMPHOR_MAST_AND_LINEN_SAILS_32174 = 32174;
@@ -15544,7 +15544,7 @@ declare namespace net.runelite.api {
15544
15544
  static readonly SMALL_KEY_THE_PANDEMONIUM = 32411;
15545
15545
  static readonly SMALL_KEY_THE_ONYX_CREST = 32412;
15546
15546
  static readonly SMALL_KEY_TEAR_OF_THE_SOUL = 32413;
15547
- static readonly SMALL_KEY_YNSDAIL = 32414;
15547
+ static readonly SMALL_KEY_YNYSDAIL = 32414;
15548
15548
  static readonly SMALL_KEY_MINOTAURS_REST = 32415;
15549
15549
  static readonly SMALL_KEY_BUCCANEERS_HAVEN = 32416;
15550
15550
  static readonly SMALL_KEY_ISLE_OF_BONES = 32417;
@@ -16012,5 +16012,79 @@ declare namespace net.runelite.api {
16012
16012
  static readonly IRONWOOD_LOGS = 32907;
16013
16013
  static readonly ROSEWOOD_LOGS = 32910;
16014
16014
  static readonly JAR_OF_FEATHERS = 32921;
16015
+ static readonly STEEL_NAILS_32923 = 32923;
16016
+ static readonly CRATE_OF_ARROWTIPS_32924 = 32924;
16017
+ static readonly CRATE_OF_CLOTHES_32925 = 32925;
16018
+ static readonly SERVING_PLATTER = 32926;
16019
+ static readonly LOVLEY_JUBBLY_BIB = 32928;
16020
+ static readonly BEER_BELLY_SWEATER = 32930;
16021
+ static readonly JAD_JUMPER = 32932;
16022
+ static readonly CHRISTMAS_DINNER = 32934;
16023
+ static readonly CRATE_OF_FURS_32936 = 32936;
16024
+ static readonly CRATE_OF_FISH_32937 = 32937;
16025
+ static readonly CRATE_OF_FISH_32938 = 32938;
16026
+ static readonly CRATE_OF_FISH_32939 = 32939;
16027
+ static readonly CRATE_OF_SAND_32940 = 32940;
16028
+ static readonly CRATE_OF_RED_CORAL_32941 = 32941;
16029
+ static readonly CRATE_OF_FISH_32942 = 32942;
16030
+ static readonly CRATE_OF_SPICES_32943 = 32943;
16031
+ static readonly CRATE_OF_JEWELLERY_32944 = 32944;
16032
+ static readonly CRATE_OF_BAIT_32945 = 32945;
16033
+ static readonly CRATE_OF_COCONUTS_32946 = 32946;
16034
+ static readonly CRATE_OF_ARROWTIPS_32947 = 32947;
16035
+ static readonly CRATE_OF_PINEAPPLES_32948 = 32948;
16036
+ static readonly CRATE_OF_LOGS_32949 = 32949;
16037
+ static readonly CRATE_OF_PLANKS_32950 = 32950;
16038
+ static readonly CRATE_OF_LOGS_32951 = 32951;
16039
+ static readonly CRATE_OF_ALPACA_WOOL_32952 = 32952;
16040
+ static readonly CRATE_OF_PLANKS_32953 = 32953;
16041
+ static readonly CRATE_OF_FABRICS_32954 = 32954;
16042
+ static readonly CRATE_OF_PLANKS_32955 = 32955;
16043
+ static readonly CRATE_OF_LOGS_32956 = 32956;
16044
+ static readonly CRATE_OF_PLANKS_32957 = 32957;
16045
+ static readonly CRATE_OF_FISH_32958 = 32958;
16046
+ static readonly CRATE_OF_FISH_32959 = 32959;
16047
+ static readonly CRATE_OF_GEMS_32960 = 32960;
16048
+ static readonly CRATE_OF_FISH_32961 = 32961;
16049
+ static readonly CRATE_OF_FISH_32962 = 32962;
16050
+ static readonly CRATE_OF_POTIONS_32963 = 32963;
16051
+ static readonly CRATE_OF_FURS_32964 = 32964;
16052
+ static readonly CRATE_OF_SWAMP_PASTE_32965 = 32965;
16053
+ static readonly CRATE_OF_PLANKS_32966 = 32966;
16054
+ static readonly CRATE_OF_BOOKS_32967 = 32967;
16055
+ static readonly CRATE_OF_BOOKS_32968 = 32968;
16056
+ static readonly CRATE_OF_JEWELLERY_32969 = 32969;
16057
+ static readonly CRATE_OF_JEWELLERY_32970 = 32970;
16058
+ static readonly CRATE_OF_PLANKS_32971 = 32971;
16059
+ static readonly CRATE_OF_FURS_32972 = 32972;
16060
+ static readonly CRATE_OF_FISH_32973 = 32973;
16061
+ static readonly CRATE_OF_FISH_32974 = 32974;
16062
+ static readonly CRATE_OF_SILK_32975 = 32975;
16063
+ static readonly CRATE_OF_FISH_32976 = 32976;
16064
+ static readonly CRATE_OF_LOGS_32977 = 32977;
16065
+ static readonly CRATE_OF_SWORDS_32978 = 32978;
16066
+ static readonly CRATE_OF_FISH_32979 = 32979;
16067
+ static readonly CRATE_OF_FISH_32980 = 32980;
16068
+ static readonly CRATE_OF_SEEDS_32981 = 32981;
16069
+ static readonly CRATE_OF_SWORDS_32982 = 32982;
16070
+ static readonly CRATE_OF_PLATEBODIES_32983 = 32983;
16071
+ static readonly CRATE_OF_SWORDS_32984 = 32984;
16072
+ static readonly CRATE_OF_ORES_32985 = 32985;
16073
+ static readonly CRATE_OF_LOGS_32986 = 32986;
16074
+ static readonly CRATE_OF_POTIONS_32987 = 32987;
16075
+ static readonly CRATE_OF_FISH_32988 = 32988;
16076
+ static readonly CRATE_OF_FISH_32989 = 32989;
16077
+ static readonly CRATE_OF_RUNES_32990 = 32990;
16078
+ static readonly CRATE_OF_FISH_32991 = 32991;
16079
+ static readonly CRATE_OF_PLANKS_32992 = 32992;
16080
+ static readonly CRATE_OF_TEAK_LOGS_32993 = 32993;
16081
+ static readonly CRATE_OF_RUNES_32994 = 32994;
16082
+ static readonly CRATE_OF_COCKTAILS_32995 = 32995;
16083
+ static readonly CRATE_OF_SHIP_PARTS_32996 = 32996;
16084
+ static readonly CRATE_OF_RUM_32997 = 32997;
16085
+ static readonly CRATE_OF_JAVELINS_32998 = 32998;
16086
+ static readonly CRATE_OF_POTIONS_32999 = 32999;
16087
+ static readonly CRATE_OF_ORES_33000 = 33000;
16088
+ static readonly CRATE_OF_POTIONS_33001 = 33001;
16015
16089
  }
16016
16090
  }
@@ -12974,5 +12974,24 @@ declare namespace net.runelite.api {
12974
12974
  static readonly TRADER_CREWMEMBER_15544 = 15544;
12975
12975
  static readonly TRADER_CREWMEMBER_15545 = 15545;
12976
12976
  static readonly TRADER_CREWMEMBER_15546 = 15546;
12977
+ static readonly STOOL = 15548;
12978
+ static readonly SIR_PRYSIN_15549 = 15549;
12979
+ static readonly AGGIE_15550 = 15550;
12980
+ static readonly JOBLESS_JIM_15551 = 15551;
12981
+ static readonly HANS_15552 = 15552;
12982
+ static readonly KARIM_15553 = 15553;
12983
+ static readonly OZIACH_15554 = 15554;
12984
+ static readonly ROMMIK_15555 = 15555;
12985
+ static readonly DORIS_15556 = 15556;
12986
+ static readonly HERQUIN_15557 = 15557;
12987
+ static readonly PUFFIN_15558 = 15558;
12988
+ static readonly COOK_15559 = 15559;
12989
+ static readonly COOK_15560 = 15560;
12990
+ static readonly BARTENDER_15561 = 15561;
12991
+ static readonly WOMAN_15562 = 15562;
12992
+ static readonly JONNY_THE_BEARD_15563 = 15563;
12993
+ static readonly DR_HARLOW_15564 = 15564;
12994
+ static readonly BARBARIAN_15565 = 15565;
12995
+ static readonly MOD_FREDDIE = 15566;
12977
12996
  }
12978
12997
  }
@@ -16672,5 +16672,10 @@ declare namespace net.runelite.api {
16672
16672
  static readonly NULL_32919 = 32919;
16673
16673
  static readonly NULL_32920 = 32920;
16674
16674
  static readonly NULL_32922 = 32922;
16675
+ static readonly NULL_32927 = 32927;
16676
+ static readonly NULL_32929 = 32929;
16677
+ static readonly NULL_32931 = 32931;
16678
+ static readonly NULL_32933 = 32933;
16679
+ static readonly NULL_32935 = 32935;
16675
16680
  }
16676
16681
  }
@@ -2438,6 +2438,7 @@ declare namespace net.runelite.api {
2438
2438
  static readonly NULL_14804 = 14804;
2439
2439
  static readonly NULL_14805 = 14805;
2440
2440
  static readonly NULL_14806 = 14806;
2441
+ static readonly NULL_14814 = 14814;
2441
2442
  static readonly NULL_14827 = 14827;
2442
2443
  static readonly NULL_14830 = 14830;
2443
2444
  static readonly NULL_14833 = 14833;
@@ -2445,6 +2446,8 @@ declare namespace net.runelite.api {
2445
2446
  static readonly NULL_14839 = 14839;
2446
2447
  static readonly NULL_14842 = 14842;
2447
2448
  static readonly NULL_14862 = 14862;
2449
+ static readonly NULL_14864 = 14864;
2450
+ static readonly NULL_14865 = 14865;
2448
2451
  static readonly NULL_14884 = 14884;
2449
2452
  static readonly NULL_14941 = 14941;
2450
2453
  static readonly NULL_14943 = 14943;
@@ -2487,11 +2490,20 @@ declare namespace net.runelite.api {
2487
2490
  static readonly NULL_15111 = 15111;
2488
2491
  static readonly NULL_15123 = 15123;
2489
2492
  static readonly NULL_15151 = 15151;
2493
+ static readonly NULL_15178 = 15178;
2494
+ static readonly NULL_15179 = 15179;
2495
+ static readonly NULL_15180 = 15180;
2496
+ static readonly NULL_15181 = 15181;
2497
+ static readonly NULL_15182 = 15182;
2498
+ static readonly NULL_15183 = 15183;
2499
+ static readonly NULL_15184 = 15184;
2500
+ static readonly NULL_15185 = 15185;
2490
2501
  static readonly NULL_15186 = 15186;
2491
2502
  static readonly NULL_15187 = 15187;
2492
2503
  static readonly NULL_15188 = 15188;
2493
2504
  static readonly NULL_15189 = 15189;
2494
2505
  static readonly NULL_15190 = 15190;
2506
+ static readonly NULL_15237 = 15237;
2495
2507
  static readonly NULL_15240 = 15240;
2496
2508
  static readonly NULL_15241 = 15241;
2497
2509
  static readonly NULL_15242 = 15242;
@@ -2539,5 +2551,6 @@ declare namespace net.runelite.api {
2539
2551
  static readonly NULL_15493 = 15493;
2540
2552
  static readonly NULL_15494 = 15494;
2541
2553
  static readonly NULL_15495 = 15495;
2554
+ static readonly NULL_15547 = 15547;
2542
2555
  }
2543
2556
  }
@@ -30260,6 +30260,7 @@ declare namespace net.runelite.api {
30260
30260
  static readonly NULL_58523 = 58523;
30261
30261
  static readonly NULL_58524 = 58524;
30262
30262
  static readonly NULL_58526 = 58526;
30263
+ static readonly NULL_58527 = 58527;
30263
30264
  static readonly NULL_58528 = 58528;
30264
30265
  static readonly NULL_58529 = 58529;
30265
30266
  static readonly NULL_58530 = 58530;
@@ -31279,5 +31280,19 @@ declare namespace net.runelite.api {
31279
31280
  static readonly NULL_60550 = 60550;
31280
31281
  static readonly NULL_60565 = 60565;
31281
31282
  static readonly NULL_60569 = 60569;
31283
+ static readonly NULL_60581 = 60581;
31284
+ static readonly NULL_60582 = 60582;
31285
+ static readonly NULL_60583 = 60583;
31286
+ static readonly NULL_60584 = 60584;
31287
+ static readonly NULL_60601 = 60601;
31288
+ static readonly NULL_60602 = 60602;
31289
+ static readonly NULL_60603 = 60603;
31290
+ static readonly NULL_60604 = 60604;
31291
+ static readonly NULL_60605 = 60605;
31292
+ static readonly NULL_60606 = 60606;
31293
+ static readonly NULL_60607 = 60607;
31294
+ static readonly NULL_60615 = 60615;
31295
+ static readonly NULL_60617 = 60617;
31296
+ static readonly NULL_60618 = 60618;
31282
31297
  }
31283
31298
  }