@deafwave/osrs-botmaker-types 0.4.6 → 0.4.8
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.
- package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +142 -3
- package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +462 -13
- package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +1180 -11
- package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +402 -4
- package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +4020 -21
- package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +722 -26
- package/dist/src/types/runelite/net/runelite/api/ParamID.d.ts +1 -45
- package/dist/src/types/runelite/net/runelite/api/Projectile.d.ts +70 -23
- package/dist/src/types/runelite/net/runelite/api/SpriteID.d.ts +3 -98
- package/dist/src/types/runelite/net/runelite/api/WorldView.d.ts +36 -12
- package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +12528 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +6701 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +930 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/InventoryID.d.ts +942 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +31178 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +14798 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID.d.ts +32006 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +25686 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +3462 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +6417 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +1266 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +2268 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +12208 -0
- package/dist/src/types/runelite/net/runelite/api/geometry/Shapes.d.ts +15 -14
- package/dist/src/types/runelite/net/runelite/api/geometry/SimplePolygon.d.ts +36 -35
- package/dist/src/types/runelite/net/runelite/api/widgets/Widget.d.ts +7 -2
- package/dist/src/types/runelite/net/runelite/api/widgets/WidgetItem.d.ts +39 -38
- package/dist/src/types/runelite/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.d.ts +565 -1253
- package/dist/src/types/runelite/net/runelite/client/plugins/mta/telekinetic/TelekineticRoom.d.ts +31 -10
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/OverlayBounds.d.ts +7 -6
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/WidgetOverlay.d.ts +1 -1
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/ImageComponent.d.ts +1 -1
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/LayoutableRenderableEntity.d.ts +1 -1
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/LineComponent.d.ts +1 -1
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/PanelComponent.d.ts +1 -1
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/ProgressBarComponent.d.ts +1 -1
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/TitleComponent.d.ts +1 -1
- package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/TooltipComponent.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,30 +1,5 @@
|
|
|
1
1
|
/// <reference path="../../../../../../src/types/java/index.d.ts" />
|
|
2
2
|
/// <reference path="../../../../../../src/types/runelite/index.d.ts" />
|
|
3
|
-
/*
|
|
4
|
-
* Copyright (c) 2018, Lotto <https://github.com/devLotto>
|
|
5
|
-
* Copyright (c) 2018, SoyChai <https://github.com/SoyChai>
|
|
6
|
-
* All rights reserved.
|
|
7
|
-
*
|
|
8
|
-
* Redistribution and use in source and binary forms, with or without
|
|
9
|
-
* modification, are permitted provided that the following conditions are met:
|
|
10
|
-
*
|
|
11
|
-
* 1. Redistributions of source code must retain the above copyright notice, this
|
|
12
|
-
* list of conditions and the following disclaimer.
|
|
13
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
14
|
-
* this list of conditions and the following disclaimer in the documentation
|
|
15
|
-
* and/or other materials provided with the distribution.
|
|
16
|
-
*
|
|
17
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
18
|
-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
19
|
-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
20
|
-
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
21
|
-
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
22
|
-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
23
|
-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
24
|
-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
25
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
26
|
-
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
27
|
-
*/
|
|
28
3
|
declare namespace net.runelite.api {
|
|
29
4
|
export class SpriteID {
|
|
30
5
|
static readonly RS2_CHATBOX_BUTTONS = 0;
|
|
@@ -193,7 +168,6 @@ declare namespace net.runelite.api {
|
|
|
193
168
|
static readonly EQUIPMENT_SLOT_HANDS = 164;
|
|
194
169
|
static readonly EQUIPMENT_SLOT_FEET = 165;
|
|
195
170
|
static readonly EQUIPMENT_SLOT_AMMUNITION = 166;
|
|
196
|
-
/* Unmapped: 167 */
|
|
197
171
|
static readonly TAB_COMBAT = 168;
|
|
198
172
|
static readonly COMPASS_TEXTURE = 169;
|
|
199
173
|
static readonly EQUIPMENT_SLOT_TILE = 170;
|
|
@@ -213,7 +187,6 @@ declare namespace net.runelite.api {
|
|
|
213
187
|
static readonly STATS_TILE_HALF_RIGHT_BLACK = 184;
|
|
214
188
|
static readonly MUSIC_PLAYER_BUTTON = 185;
|
|
215
189
|
static readonly MUSIC_PLAYER_BUTTON_SELECTED = 186;
|
|
216
|
-
/* Unmapped: 187~194 */
|
|
217
190
|
static readonly UNKNOWN_BUTTON_SQUARE_SMALL = 195;
|
|
218
191
|
static readonly UNKNOWN_BUTTON_SQUARE_SMALL_SELECTED = 196;
|
|
219
192
|
static readonly SKILL_ATTACK = 197;
|
|
@@ -244,7 +217,6 @@ declare namespace net.runelite.api {
|
|
|
244
217
|
static readonly SKILL_TOTAL = 222;
|
|
245
218
|
static readonly UNKNOWN_EMPTY_VIAL = 223;
|
|
246
219
|
static readonly UNKNOWN_DRAGON_DAGGER_P = 224;
|
|
247
|
-
/* Unmapped: 225~232 */
|
|
248
220
|
static readonly COMBAT_STYLE_AXE_BLOCK = 233;
|
|
249
221
|
static readonly COMBAT_STYLE_AXE_CHOP = 234;
|
|
250
222
|
static readonly COMBAT_STYLE_AXE_HACK = 235;
|
|
@@ -304,13 +276,11 @@ declare namespace net.runelite.api {
|
|
|
304
276
|
static readonly COMBAT_STYLE_SALAMANDER_SCORCH = 289;
|
|
305
277
|
static readonly COMBAT_STYLE_SALAMANDER_FLARE = 290;
|
|
306
278
|
static readonly COMBAT_STYLE_SALAMANDER_BLAZE = 291;
|
|
307
|
-
/* Unmapped: 292 */
|
|
308
279
|
static readonly COMBAT_STYLE_BUTTON_NARROW = 293;
|
|
309
280
|
static readonly COMBAT_STYLE_BUTTON_NARROW_SELECTED = 294;
|
|
310
281
|
static readonly COMBAT_STYLE_BUTTON_THIN = 295;
|
|
311
282
|
static readonly COMBAT_STYLE_BUTTON_THIN_SELECTED = 296;
|
|
312
283
|
static readonly DIALOG_BACKGROUND = 297;
|
|
313
|
-
/* Unmapped: 298 */
|
|
314
284
|
static readonly RS2_YELLOW_CLICK_ANIMATION_1 = 299;
|
|
315
285
|
static readonly RS2_MINIMAP_MARKER_RED_ITEM = 300;
|
|
316
286
|
static readonly RS2_SWORD_POINTED_LEFT = 301;
|
|
@@ -378,9 +348,7 @@ declare namespace net.runelite.api {
|
|
|
378
348
|
static readonly SPELL_WATER_SURGE = 363;
|
|
379
349
|
static readonly SPELL_EARTH_SURGE = 364;
|
|
380
350
|
static readonly SPELL_FIRE_SURGE = 365;
|
|
381
|
-
/* Unmapped: 366 */
|
|
382
351
|
static readonly SPELL_CIVITAS_ILLA_FORTIS_TELEPORT = 367;
|
|
383
|
-
/* Unmapped: 368 */
|
|
384
352
|
static readonly SPELL_BIND_DISABLED = 369;
|
|
385
353
|
static readonly SPELL_SNARE_DISABLED = 370;
|
|
386
354
|
static readonly SPELL_ENTANGLE_DISABLED = 371;
|
|
@@ -428,7 +396,6 @@ declare namespace net.runelite.api {
|
|
|
428
396
|
static readonly SPELL_WATER_SURGE_DISABLED = 413;
|
|
429
397
|
static readonly SPELL_EARTH_SURGE_DISABLED = 414;
|
|
430
398
|
static readonly SPELL_FIRE_SURGE_DISABLED = 415;
|
|
431
|
-
/* Unmapped: 416, 417, 418 */
|
|
432
399
|
static readonly UNKNOWN_STANCE_ICON_1 = 419;
|
|
433
400
|
static readonly UNKNOWN_STANCE_ICON_2 = 420;
|
|
434
401
|
static readonly UNKNOWN_STANCE_ICON_3 = 421;
|
|
@@ -504,7 +471,6 @@ declare namespace net.runelite.api {
|
|
|
504
471
|
static readonly TEXTURE_BRICKS_SANDSTONE = 491;
|
|
505
472
|
static readonly TEXTURE_HEIROGLYPHS = 492;
|
|
506
473
|
static readonly TEXTURE_493 = 493;
|
|
507
|
-
/* Unmapped: 494~497 */
|
|
508
474
|
static readonly LOGIN_SCREEN_RUNESCAPE_LOGO = 498;
|
|
509
475
|
static readonly LOGIN_SCREEN_DIALOG_BACKGROUND = 499;
|
|
510
476
|
static readonly LOGIN_SCREEN_BUTTON_BACKGROUND = 500;
|
|
@@ -592,7 +558,6 @@ declare namespace net.runelite.api {
|
|
|
592
558
|
static readonly SPELL_RECHARGE_DRAGONSTONE = 584;
|
|
593
559
|
static readonly SPELL_SPIN_FLAX = 585;
|
|
594
560
|
static readonly SPELL_OURANIA_TELEPORT = 586;
|
|
595
|
-
/* Unmapped: 587~592 */
|
|
596
561
|
static readonly SPELL_BAKE_PIE_DISABLED = 593;
|
|
597
562
|
static readonly SPELL_MOONCLAN_TELEPORT_DISABLED = 594;
|
|
598
563
|
static readonly SPELL_WATERBIRTH_TELEPORT_DISABLED = 595;
|
|
@@ -637,10 +602,8 @@ declare namespace net.runelite.api {
|
|
|
637
602
|
static readonly SPELL_RECHARGE_DRAGONSTONE_DISABLED = 634;
|
|
638
603
|
static readonly SPELL_SPIN_FLAX_DISABLED = 635;
|
|
639
604
|
static readonly SPELL_OURANIA_TELEPORT_DISABLED = 636;
|
|
640
|
-
/* Unmapped: 637~642 */
|
|
641
605
|
static readonly TEXTURE_ROOF_TILES_SLATE_DIRTY = 643;
|
|
642
606
|
static readonly TEXTURE_POLISHED_TIMBER = 644;
|
|
643
|
-
/* Unmapped: 645~648 */
|
|
644
607
|
static readonly EQUIPMENT_WEIGHT = 649;
|
|
645
608
|
static readonly WORLD_MAP_KEY_EFFECTS_THUNDERBOLT = 650;
|
|
646
609
|
static readonly UNKNOWN_PRAYER_ICON = 651;
|
|
@@ -756,7 +719,6 @@ declare namespace net.runelite.api {
|
|
|
756
719
|
static readonly OPTIONS_SQUARE_BUTTON = 761;
|
|
757
720
|
static readonly OPTIONS_SQUARE_BUTTON_SELECTED = 762;
|
|
758
721
|
static readonly TEXTURE_FALLING_SNOW_EFFECT = 763;
|
|
759
|
-
/* Unmapped: 764 */
|
|
760
722
|
static readonly BARBARIAN_ASSAULT_WAVE_ICON = 765;
|
|
761
723
|
static readonly BARBARIAN_ASSAULT_EAR_ICON = 766;
|
|
762
724
|
static readonly BARBARIAN_ASSAULT_MOUTH_ICON = 767;
|
|
@@ -811,7 +773,6 @@ declare namespace net.runelite.api {
|
|
|
811
773
|
static readonly LOGIN_SCREEN_SORTING_ARROW_UP_DISABLED = 816;
|
|
812
774
|
static readonly LOGIN_SCREEN_WORLD_STAR_FREE = 817;
|
|
813
775
|
static readonly LOGIN_SCREEN_WORLD_SELECT_BUTTON = 818;
|
|
814
|
-
/* Unmapped: 819 */
|
|
815
776
|
static readonly BOTTOM_LINE_MODE_SIDE_PANEL_EDGE_TOP = 820;
|
|
816
777
|
static readonly BOTTOM_LINE_MODE_SIDE_PANEL_EDGE_LEFT = 821;
|
|
817
778
|
static readonly BOTTOM_LINE_MODE_SIDE_PANEL_EDGE_BOTTOM = 822;
|
|
@@ -843,7 +804,6 @@ declare namespace net.runelite.api {
|
|
|
843
804
|
static readonly BOTTOM_LINE_MODE_CORNER_BOTTOM_LEFT = 848;
|
|
844
805
|
static readonly BOTTOM_LINE_MODE_CORNER_BOTTOM_RIGHT = 849;
|
|
845
806
|
static readonly BOTTOM_LINE_MODE_INTERSECTION_MIDDLE = 850;
|
|
846
|
-
/* Unmapped: 851~860 */
|
|
847
807
|
static readonly UNKNOWN_GLASS_STREAKS = 861;
|
|
848
808
|
static readonly WITCHS_HOUSE_PIANO_MUSICAL_NOTES_BEAMED = 862;
|
|
849
809
|
static readonly WITCHS_HOUSE_PIANO_MUSICAL_NOTE_CROTCHET = 863;
|
|
@@ -955,7 +915,6 @@ declare namespace net.runelite.api {
|
|
|
955
915
|
static readonly UNUSED_BOTTOM_LINE_MODE_CORNER_BOTTOM_LEFT = 974;
|
|
956
916
|
static readonly UNUSED_BOTTOM_LINE_MODE_CORNER_BOTTOM_RIGHT = 975;
|
|
957
917
|
static readonly UNUSED_BOTTOM_LINE_MODE_INTERSECTION_MIDDLE = 976;
|
|
958
|
-
/* Unmapped: 977~986 */
|
|
959
918
|
static readonly UNKNOWN_BORDER_EDGE_HORIZONTAL = 987;
|
|
960
919
|
static readonly UNKNOWN_BORDER_EDGE_VERTICAL = 988;
|
|
961
920
|
static readonly UNKNOWN_BORDER_EDGE_HORIZONTAL_989 = 989;
|
|
@@ -1182,7 +1141,6 @@ declare namespace net.runelite.api {
|
|
|
1182
1141
|
static readonly DEADMAN_BANK_KEYS_3 = 1222;
|
|
1183
1142
|
static readonly DEADMAN_BANK_KEYS_2 = 1223;
|
|
1184
1143
|
static readonly DEADMAN_BANK_KEYS_1 = 1224;
|
|
1185
|
-
/* Unmapped: 1225 */
|
|
1186
1144
|
static readonly BANK_RAID_SEND_TO_INVENTORY = 1226;
|
|
1187
1145
|
static readonly BANK_RAID_SEND_TO_BANK = 1227;
|
|
1188
1146
|
static readonly LOGIN_SCREEN_DEADMAN_MODE_LOGO = 1228;
|
|
@@ -1208,31 +1166,25 @@ declare namespace net.runelite.api {
|
|
|
1208
1166
|
static readonly SPELL_ADEPT_REANIMATION = 1248;
|
|
1209
1167
|
static readonly SPELL_EXPERT_REANIMATION = 1249;
|
|
1210
1168
|
static readonly SPELL_MASTER_REANIMATION = 1250;
|
|
1211
|
-
/* Unmapped: 1251 */
|
|
1212
1169
|
static readonly SPELL_ARCEUUS_LIBRARY_TELEPORT = 1252;
|
|
1213
1170
|
static readonly SPELL_DRAYNOR_MANOR_TELEPORT = 1253;
|
|
1214
1171
|
static readonly SPELL_SALVE_GRAVEYARD_TELEPORT = 1254;
|
|
1215
|
-
/* Unmapped: 1255 */
|
|
1216
1172
|
static readonly SPELL_MIND_ALTAR_TELEPORT = 1256;
|
|
1217
1173
|
static readonly SPELL_RESPAWN_TELEPORT = 1257;
|
|
1218
|
-
/* Unmapped 1258 */
|
|
1219
1174
|
static readonly SPELL_FENKENSTRAINS_CASTLE_TELEPORT = 1259;
|
|
1220
1175
|
static readonly SPELL_WEST_ARDOUGNE_TELEPORT = 1260;
|
|
1221
1176
|
static readonly SPELL_HARMONY_ISLAND_TELEPORT = 1261;
|
|
1222
1177
|
static readonly SPELL_BARROWS_TELEPORT = 1262;
|
|
1223
1178
|
static readonly SPELL_APE_ATOLL_TELEPORT = 1263;
|
|
1224
1179
|
static readonly SPELL_CEMETERY_TELEPORT = 1264;
|
|
1225
|
-
/* Unmapped: 1265 */
|
|
1226
1180
|
static readonly SPELL_RESURRECT_CROPS = 1266;
|
|
1227
1181
|
static readonly SPELL_GHOSTLY_GRASP = 1267;
|
|
1228
1182
|
static readonly SPELL_SKELETAL_GRASP = 1268;
|
|
1229
1183
|
static readonly SPELL_UNDEAD_GRASP = 1269;
|
|
1230
1184
|
static readonly SPELL_RESURRECT_LESSER_GHOST = 1270;
|
|
1231
|
-
/* Unmapped: 1271~1296 */
|
|
1232
1185
|
static readonly QUESTS_PAGE_ICON_PURPLE_KOUREND = 1297;
|
|
1233
1186
|
static readonly UNUSED_TAB_QUESTS_GREEN_ACHIEVEMENT_DIARIES = 1298;
|
|
1234
1187
|
static readonly TAB_QUESTS_GREEN_ACHIEVEMENT_DIARIES = 1299;
|
|
1235
|
-
/* Unmapped: 1300~1301 */
|
|
1236
1188
|
static readonly SPELL_INFERIOR_DEMONBANE = 1302;
|
|
1237
1189
|
static readonly SPELL_SUPERIOR_DEMONBANE = 1303;
|
|
1238
1190
|
static readonly SPELL_DARK_DEMONBANE = 1304;
|
|
@@ -1240,27 +1192,19 @@ declare namespace net.runelite.api {
|
|
|
1240
1192
|
static readonly SPELL_WARD_OF_ARCEUUS = 1306;
|
|
1241
1193
|
static readonly SPELL_LESSER_CORRUPTION = 1307;
|
|
1242
1194
|
static readonly SPELL_GREATER_CORRUPTION = 1308;
|
|
1243
|
-
/* Unmapped: 1309 */
|
|
1244
1195
|
static readonly SPELL_DEATH_CHARGE = 1310;
|
|
1245
1196
|
static readonly SPELL_DEMONIC_OFFERING = 1311;
|
|
1246
1197
|
static readonly SPELL_SINISTER_OFFERING = 1312;
|
|
1247
|
-
/* Unmapped: 1313~1314 */
|
|
1248
1198
|
static readonly SPELL_SHADOW_VEIL = 1315;
|
|
1249
1199
|
static readonly SPELL_DARK_LURE = 1316;
|
|
1250
1200
|
static readonly SPELL_VILE_VIGOUR = 1317;
|
|
1251
1201
|
static readonly SPELL_DEGRIME = 1318;
|
|
1252
|
-
/* Unmapped: 1319~1323 */
|
|
1253
1202
|
static readonly SPELL_MARK_OF_DARKNESS_DISABLED = 1324;
|
|
1254
1203
|
static readonly SPELL_WARD_OF_ARCEUUS_DISABLED = 1325;
|
|
1255
|
-
/* Unmapped: 1326 */
|
|
1256
1204
|
static readonly SPELL_GREATER_CORRUPTION_DISABLED = 1327;
|
|
1257
|
-
/* Unmapped: 1328 */
|
|
1258
1205
|
static readonly SPELL_DEATH_CHARGE_DISABLED = 1329;
|
|
1259
|
-
/* Unmapped: 1330~1333 */
|
|
1260
1206
|
static readonly SPELL_SHADOW_VEIL_DISABLED = 1334;
|
|
1261
|
-
/* Unmapped: 1335~1337 */
|
|
1262
1207
|
static readonly WORLD_SWITCHER_WORLD_STAR_BLUE = 1338;
|
|
1263
|
-
/* Unmapped: 1339 */
|
|
1264
1208
|
static readonly FAIRY_RING_REMOVE_FAVOURITE = 1340;
|
|
1265
1209
|
static readonly FAIRY_RING_ADD_FAVOURITE = 1341;
|
|
1266
1210
|
static readonly BANK_PLACEHOLDERS_LOCK = 1342;
|
|
@@ -1280,9 +1224,7 @@ declare namespace net.runelite.api {
|
|
|
1280
1224
|
static readonly EMOTE_CRAZY_DANCE_LOCKED = 1356;
|
|
1281
1225
|
static readonly EMOTE_PREMIER_SHIELD_LOCKED = 1357;
|
|
1282
1226
|
static readonly HITSPLAT_BLUE_MISS = 1358;
|
|
1283
|
-
/* Unmapped: 1359 */
|
|
1284
1227
|
static readonly HITSPLAT_GREEN_POISON = 1360;
|
|
1285
|
-
/* Unmapped: 1361~1363 */
|
|
1286
1228
|
static readonly BOUNTY_HUNTER_SKIP_TARGET = 1364;
|
|
1287
1229
|
static readonly BOUNTY_HUNTER_SKIP_TARGET_HOVERED = 1365;
|
|
1288
1230
|
static readonly HOUSE_VIEWER_ROTATE_CLOCKWISE = 1366;
|
|
@@ -1312,7 +1254,6 @@ declare namespace net.runelite.api {
|
|
|
1312
1254
|
static readonly HOUSE_VIEWER_MENAGERIE_OUTDOORS = 1390;
|
|
1313
1255
|
static readonly HOUSE_VIEWER_SUPERIOR_GARDEN = 1391;
|
|
1314
1256
|
static readonly HOUSE_VIEWER_ACHIEVEMENT_GALLERY = 1392;
|
|
1315
|
-
/* Unmapped: 1393, 1394, 1395 */
|
|
1316
1257
|
static readonly UNUSED_TEXTURE_LEAVES_WITH_RED_X = 1396;
|
|
1317
1258
|
static readonly SKILL_CRAFTING_1397 = 1397;
|
|
1318
1259
|
static readonly SKILL_FIREMAKING_LOGS = 1398;
|
|
@@ -1336,7 +1277,6 @@ declare namespace net.runelite.api {
|
|
|
1336
1277
|
static readonly HEALTHBAR_COX_BLUE = 1416;
|
|
1337
1278
|
static readonly HEALTHBAR_COX_YELLOW = 1417;
|
|
1338
1279
|
static readonly HEALTHBAR_COX_RED = 1418;
|
|
1339
|
-
/* Unmapped: 1419 */
|
|
1340
1280
|
static readonly PRAYER_RIGOUR = 1420;
|
|
1341
1281
|
static readonly PRAYER_AUGURY = 1421;
|
|
1342
1282
|
static readonly PRAYER_DEADEYE = 1422;
|
|
@@ -1359,7 +1299,6 @@ declare namespace net.runelite.api {
|
|
|
1359
1299
|
static readonly MINIMAP_ORB_WORLD_MAP_PLANET = 1439;
|
|
1360
1300
|
static readonly MINIMAP_ORB_WORLD_MAP_PLANET_HOVERED = 1440;
|
|
1361
1301
|
static readonly FIXED_MODE_TOP_RIGHT_CORNER = 1441;
|
|
1362
|
-
/* Unmapped: 1442~1447 */
|
|
1363
1302
|
static readonly MAP_ICON_GENERAL_STORE = 1448;
|
|
1364
1303
|
static readonly MAP_ICON_SWORD_SHOP = 1449;
|
|
1365
1304
|
static readonly MAP_ICON_MAGIC_SHOP = 1450;
|
|
@@ -1448,7 +1387,6 @@ declare namespace net.runelite.api {
|
|
|
1448
1387
|
static readonly MAP_ICON_RAIDS_LOBBY = 1533;
|
|
1449
1388
|
static readonly MAP_ICON_MAP_LINK_DOWNSTAIRS = 1534;
|
|
1450
1389
|
static readonly MAP_ICON_MAP_LINK_UPSTAIRS = 1535;
|
|
1451
|
-
/* Unmapped: 1536, 1537, 1538 */
|
|
1452
1390
|
static readonly WORLD_MAP_YOU_ARE_HERE = 1539;
|
|
1453
1391
|
static readonly WORLD_MAP_OFFSCREEN_FOCUS_ARROW = 1540;
|
|
1454
1392
|
static readonly WORLD_MAP_OFFSCREEN_FOCUS_ARROW_DIAGONAL = 1541;
|
|
@@ -1479,7 +1417,6 @@ declare namespace net.runelite.api {
|
|
|
1479
1417
|
static readonly OPTIONS_SHIFT_KEY_DISABLED = 1566;
|
|
1480
1418
|
static readonly OPTIONS_FINGER_POINTING_AT_PET = 1567;
|
|
1481
1419
|
static readonly OPTIONS_SCROLL = 1568;
|
|
1482
|
-
/* Unmapped: 1569, 1570, 1571 */
|
|
1483
1420
|
static readonly OPTIONS_FIXED_MODE_ENABLED = 1572;
|
|
1484
1421
|
static readonly OPTIONS_RESIZEABLE_MODE_ENABLED = 1573;
|
|
1485
1422
|
static readonly OPTIONS_FIXED_MODE_ENABLED_VERTICAL = 1574;
|
|
@@ -1505,7 +1442,6 @@ declare namespace net.runelite.api {
|
|
|
1505
1442
|
static readonly UNKNOWN_BUTTON_HALF_RIGHT_FADED_RED = 1594;
|
|
1506
1443
|
static readonly UNKNOWN_SLIM_BUTTON = 1595;
|
|
1507
1444
|
static readonly UNKNOWN_SLIM_BUTTON_SELECTED = 1596;
|
|
1508
|
-
/* Unmapped: 1597, 1598, 1599 */
|
|
1509
1445
|
static readonly LOGOUT_THUMB_UP = 1600;
|
|
1510
1446
|
static readonly LOGOUT_THUMB_DOWN = 1601;
|
|
1511
1447
|
static readonly LOGOUT_THUMB_UP_HOVERED = 1602;
|
|
@@ -1515,10 +1451,8 @@ declare namespace net.runelite.api {
|
|
|
1515
1451
|
static readonly UNKNOWN_SMALL_SPECIAL_ICON = 1606;
|
|
1516
1452
|
static readonly MINIMAP_ORB_SPECIAL = 1607;
|
|
1517
1453
|
static readonly MINIMAP_ORB_SPECIAL_ACTIVATED = 1608;
|
|
1518
|
-
/* Unmapped: 1609 */
|
|
1519
1454
|
static readonly MINIMAP_ORB_SPECIAL_ICON = 1610;
|
|
1520
1455
|
static readonly FIXED_MODE_MINIMAP_FRAME_BOTTOM = 1611;
|
|
1521
|
-
/* Unmapped: 1612, 1613, 1614 */
|
|
1522
1456
|
static readonly MOBILE_TUTORIAL_FUNCTION_MODE_BUTTON = 1615;
|
|
1523
1457
|
static readonly MOBILE_TUTORIAL_CAMERA_MOVEMENT = 1616;
|
|
1524
1458
|
static readonly MOBILE_CONCEPT_SKETCH_UI = 1617;
|
|
@@ -1531,20 +1465,13 @@ declare namespace net.runelite.api {
|
|
|
1531
1465
|
static readonly MOBILE_FUNCTION_MODE_DISABLED = 1624;
|
|
1532
1466
|
static readonly MOBILE_YELLOW_TOUCH_ANIMATION_1 = 1625;
|
|
1533
1467
|
static readonly MOBILE_YELLOW_TOUCH_ANIMATION_2 = 1626;
|
|
1534
|
-
/* Unmapped: 1627~1631 */
|
|
1535
1468
|
static readonly HITSPLAT_DARK_GREEN_VENOM = 1632;
|
|
1536
|
-
/* Unmapped: 1633~1652 */
|
|
1537
1469
|
static readonly MOBILE_FINGER_ON_INTERFACE = 1653;
|
|
1538
|
-
/* Unmapped: 1627~1701 */
|
|
1539
1470
|
static readonly BUTTON_FRIENDS = 1702;
|
|
1540
1471
|
static readonly BUTTON_IGNORES = 1703;
|
|
1541
|
-
/* Unmapped: 1704~1707 */
|
|
1542
1472
|
static readonly TAB_MAGIC_SPELLBOOK_ARCEUUS_UNUSED = 1708;
|
|
1543
|
-
/* Unmapped: 1709, 1710 */
|
|
1544
1473
|
static readonly TAB_MAGIC_SPELLBOOK_ARCEUUS = 1711;
|
|
1545
|
-
/* Unmapped: 1712 */
|
|
1546
1474
|
static readonly TAB_QUESTS_ORANGE_ADVENTURE_PATHS = 1713;
|
|
1547
|
-
/* Unmapped: 1714~2175 */
|
|
1548
1475
|
static readonly HEALTHBAR_DEFAULT_FRONT_30PX = 2176;
|
|
1549
1476
|
static readonly HEALTHBAR_DEFAULT_BACK_30PX = 2177;
|
|
1550
1477
|
static readonly HEALTHBAR_DEFAULT_FRONT_50PX = 2178;
|
|
@@ -1561,18 +1488,12 @@ declare namespace net.runelite.api {
|
|
|
1561
1488
|
static readonly HEALTHBAR_DEFAULT_BACK_140PX = 2189;
|
|
1562
1489
|
static readonly HEALTHBAR_DEFAULT_FRONT_160PX = 2190;
|
|
1563
1490
|
static readonly HEALTHBAR_DEFAULT_BACK_160PX = 2191;
|
|
1564
|
-
/* Unmapped: 2192~2218 */
|
|
1565
1491
|
static readonly QUESTS_PAGE_ICON_ORANGE_ADVENTURE_PATHS = 2219;
|
|
1566
|
-
/* Unmapped: 2220~2275 */
|
|
1567
1492
|
static readonly QUESTS_PAGE_ICON_BROWN_CHARACTER_SUMMARY = 2276;
|
|
1568
|
-
/* Unmapped: 2277~2306 */
|
|
1569
1493
|
static readonly TAB_CLAN_CHAT = 2307;
|
|
1570
|
-
/* Unmapped: 2308 */
|
|
1571
1494
|
static readonly TAB_QUESTS_BROWN_CHARACTER_SUMMARY = 2309;
|
|
1572
|
-
/* Unmapped: 2308~2419 */
|
|
1573
1495
|
static readonly WIKI_DESELECTED = 2420;
|
|
1574
1496
|
static readonly WIKI_SELECTED = 2421;
|
|
1575
|
-
/* Unmapped: 2422~2430 */
|
|
1576
1497
|
static readonly HEALTHBAR_DEFAULT_FRONT_40PX = 2431;
|
|
1577
1498
|
static readonly HEALTHBAR_DEFAULT_BACK_40PX = 2432;
|
|
1578
1499
|
static readonly HEALTHBAR_CYAN_FRONT_30PX = 2433;
|
|
@@ -1629,7 +1550,6 @@ declare namespace net.runelite.api {
|
|
|
1629
1550
|
static readonly HEALTHBAR_YELLOW_BACK_140PX = 2484;
|
|
1630
1551
|
static readonly HEALTHBAR_YELLOW_FRONT_160PX = 2485;
|
|
1631
1552
|
static readonly HEALTHBAR_YELLOW_BACK_160PX = 2486;
|
|
1632
|
-
/* Unmapped: 2487~2824 */
|
|
1633
1553
|
static readonly FRIENDS_CHAT_RANK_SMILEY_FRIEND = 2825;
|
|
1634
1554
|
static readonly FRIENDS_CHAT_RANK_CROWN_JAGEX_MODERATOR = 2826;
|
|
1635
1555
|
static readonly FRIENDS_CHAT_RANK_KEY_CHANNEL_OWNER = 2827;
|
|
@@ -1639,14 +1559,11 @@ declare namespace net.runelite.api {
|
|
|
1639
1559
|
static readonly FRIENDS_CHAT_RANK_TRIPLE_CHEVRON_SERGEANT = 2831;
|
|
1640
1560
|
static readonly FRIENDS_CHAT_RANK_DOUBLE_CHEVRON_CORPORAL = 2832;
|
|
1641
1561
|
static readonly FRIENDS_CHAT_RANK_SINGLE_CHEVRON_RECRUIT = 2833;
|
|
1642
|
-
/* Unmapped: 2834~2857 */
|
|
1643
1562
|
static readonly SETTINGS_SLIDER_HANDLE_BLUE = 2858;
|
|
1644
1563
|
static readonly SETTINGS_SLIDER_HANDLE_RED = 2859;
|
|
1645
1564
|
static readonly SETTINGS_SLIDER_HANDLE_GREEN = 2860;
|
|
1646
|
-
/* Unmapped: 2861~2966 */
|
|
1647
1565
|
static readonly HEALTHBAR_BLUE_FRONT_50PX = 2967;
|
|
1648
1566
|
static readonly HEALTHBAR_BLUE_BACK_50PX = 2968;
|
|
1649
|
-
/* Unmapped: 2968~2970 */
|
|
1650
1567
|
static readonly HEALTHBAR_DEFAULT_FRONT_70PX = 2971;
|
|
1651
1568
|
static readonly HEALTHBAR_DEFAULT_BACK_70PX = 2972;
|
|
1652
1569
|
static readonly HEALTHBAR_CYAN_FRONT_70PX = 2973;
|
|
@@ -1655,14 +1572,9 @@ declare namespace net.runelite.api {
|
|
|
1655
1572
|
static readonly HEALTHBAR_ORANGE_BACK_70PX = 2976;
|
|
1656
1573
|
static readonly HEALTHBAR_YELLOW_FRONT_70PX = 2977;
|
|
1657
1574
|
static readonly HEALTHBAR_YELLOW_BACK_70PX = 2978;
|
|
1658
|
-
/* Unmapped: 2979, 2980 */
|
|
1659
|
-
static readonly SPELL_RESURRECT_GREATER_GHOST = 2980;
|
|
1660
1575
|
static readonly SPELL_RESURRECT_SUPERIOR_SKELETON = 2981;
|
|
1661
|
-
/* Unmapped: 2982~2983 */
|
|
1662
1576
|
static readonly SPELL_RESURRECT_GREATER_ZOMBIE = 2984;
|
|
1663
|
-
/* Unmapped: 2985~2986 */
|
|
1664
1577
|
static readonly SPELL_RESURRECT_SUPERIOR_SKELETON_DISABLED = 2987;
|
|
1665
|
-
/* Unmapped: 2988~4259 */
|
|
1666
1578
|
static readonly HISCORE_MIMIC = 4260;
|
|
1667
1579
|
static readonly HISCORE_OBOR = 4261;
|
|
1668
1580
|
static readonly HISCORE_BRYOPHYTA = 4262;
|
|
@@ -1702,7 +1614,6 @@ declare namespace net.runelite.api {
|
|
|
1702
1614
|
static readonly HISCORE_TOMBS_OF_AMASCUT = 4297;
|
|
1703
1615
|
static readonly HISCORE_TOMBS_OF_AMASCUT_EXPERT = 4298;
|
|
1704
1616
|
static readonly HISCORE_PHANTOM_MUSPAH = 4299;
|
|
1705
|
-
/* Unmapped: 4300~4707 */
|
|
1706
1617
|
static readonly HEALTHBAR_PURPLE_FRONT_30PX = 4708;
|
|
1707
1618
|
static readonly HEALTHBAR_PURPLE_BACK_30PX = 4709;
|
|
1708
1619
|
static readonly HEALTHBAR_PURPLE_FRONT_40PX = 4710;
|
|
@@ -1723,9 +1634,8 @@ declare namespace net.runelite.api {
|
|
|
1723
1634
|
static readonly HEALTHBAR_PURPLE_BACK_140PX = 4725;
|
|
1724
1635
|
static readonly HEALTHBAR_PURPLE_FRONT_160PX = 4726;
|
|
1725
1636
|
static readonly HEALTHBAR_PURPLE_BACK_160PX = 4727;
|
|
1726
|
-
/* Unmapped: 4728~4765 */
|
|
1727
1637
|
static readonly COLOSSEUM_DOOM = 4766;
|
|
1728
|
-
|
|
1638
|
+
static readonly BURN_DAMAGE = 4767;
|
|
1729
1639
|
static readonly HEALTHBAR_GREEN_FRONT_30PX = 4771;
|
|
1730
1640
|
static readonly HEALTHBAR_GREEN_BACK_30PX = 4772;
|
|
1731
1641
|
static readonly HEALTHBAR_GREEN_FRONT_40PX = 4773;
|
|
@@ -1746,7 +1656,6 @@ declare namespace net.runelite.api {
|
|
|
1746
1656
|
static readonly HEALTHBAR_GREEN_BACK_140PX = 4788;
|
|
1747
1657
|
static readonly HEALTHBAR_GREEN_FRONT_160PX = 4789;
|
|
1748
1658
|
static readonly HEALTHBAR_GREEN_BACK_160PX = 4790;
|
|
1749
|
-
/* Unmapped: 4791~4842 */
|
|
1750
1659
|
static readonly PRAYER_RP_ANCIENT_STRENGTH = 4843;
|
|
1751
1660
|
static readonly PRAYER_RP_ANCIENT_SIGHT = 4844;
|
|
1752
1661
|
static readonly PRAYER_RP_ANCIENT_WILL = 4845;
|
|
@@ -1772,16 +1681,13 @@ declare namespace net.runelite.api {
|
|
|
1772
1681
|
static readonly PRAYER_RP_VINDICATION = 4863;
|
|
1773
1682
|
static readonly PRAYER_RP_PROTECT_ITEM = 4865;
|
|
1774
1683
|
static readonly ACTIVATED_PRAYER_BACKGROUND = 4892;
|
|
1775
|
-
/* Unmapped: 4893~5250 */
|
|
1776
1684
|
static readonly EMOTE_FORTIS_SALUTE = 5251;
|
|
1777
|
-
/* Unmapped: 5252~5578 */
|
|
1778
1685
|
static readonly HEALTHBAR_BLOOD_MOON_FRONT_120PX = 5579;
|
|
1779
1686
|
static readonly HEALTHBAR_BLOOD_MOON_BACK_120PX = 5580;
|
|
1780
1687
|
static readonly HEALTHBAR_BLUE_MOON_FRONT_120PX = 5581;
|
|
1781
1688
|
static readonly HEALTHBAR_BLUE_MOON_BACK_120PX = 5582;
|
|
1782
1689
|
static readonly HEALTHBAR_ECLIPSE_MOON_FRONT_120PX = 5583;
|
|
1783
1690
|
static readonly HEALTHBAR_ECLIPSE_MOON_BACK_120PX = 5584;
|
|
1784
|
-
/* Unmapped: 5585~5608 */
|
|
1785
1691
|
static readonly HEALTHBAR_DEFAULT_FRONT_90PX = 5609;
|
|
1786
1692
|
static readonly HEALTHBAR_DEFAULT_BACK_90PX = 5610;
|
|
1787
1693
|
static readonly HEALTHBAR_CYAN_FRONT_90PX = 5611;
|
|
@@ -1814,14 +1720,12 @@ declare namespace net.runelite.api {
|
|
|
1814
1720
|
static readonly HISCORE_ARAXXOR = 5638;
|
|
1815
1721
|
static readonly HISCORE_AMOXLIATL = 5639;
|
|
1816
1722
|
static readonly HISCORE_THE_HUEYCOATL = 5640;
|
|
1817
|
-
/* Unmapped: 5641~5643 */
|
|
1818
1723
|
static readonly HEALTHBAR_BLOOD_MOON_FRONT_90PX = 5644;
|
|
1819
1724
|
static readonly HEALTHBAR_BLOOD_MOON_BACK_90PX = 5645;
|
|
1820
1725
|
static readonly HEALTHBAR_BLUE_MOON_FRONT_90PX = 5646;
|
|
1821
1726
|
static readonly HEALTHBAR_BLUE_MOON_BACK_90PX = 5647;
|
|
1822
1727
|
static readonly HEALTHBAR_ECLIPSE_MOON_FRONT_90PX = 5648;
|
|
1823
1728
|
static readonly HEALTHBAR_ECLIPSE_MOON_BACK_90PX = 5649;
|
|
1824
|
-
/* Unmapped: 5650~5852 */
|
|
1825
1729
|
static readonly HISCORE_CLUE_SCROLL_ALL = 5853;
|
|
1826
1730
|
static readonly HISCORE_BOUNTY_HUNTER_HUNTER = 5854;
|
|
1827
1731
|
static readonly HISCORE_BOUNTY_HUNTER_ROGUE = 5855;
|
|
@@ -1834,7 +1738,8 @@ declare namespace net.runelite.api {
|
|
|
1834
1738
|
static readonly HISCORE_COLOSSEUM_GLORY = 5862;
|
|
1835
1739
|
static readonly HEALTHBAR_LAST_STAND_FRONT = 5863;
|
|
1836
1740
|
static readonly HEALTHBAR_LAST_STAND_BACK = 5864;
|
|
1837
|
-
/* Unmapped: 5865~6344 */
|
|
1838
1741
|
static readonly HISCORE_ROYAL_TITANS = 6345;
|
|
1742
|
+
static readonly HISCORE_YAMA = 6346;
|
|
1743
|
+
static readonly HISCORE_COLLECTIONS_LOGGED = 6390;
|
|
1839
1744
|
}
|
|
1840
1745
|
}
|
|
@@ -25,33 +25,39 @@
|
|
|
25
25
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
26
26
|
*/
|
|
27
27
|
declare namespace net.runelite.api {
|
|
28
|
-
export
|
|
28
|
+
export interface WorldView {
|
|
29
29
|
/**
|
|
30
30
|
* Get the world view id
|
|
31
31
|
* @return the id, or -1 if this is the top level worldview
|
|
32
32
|
*/
|
|
33
33
|
getId(): number;
|
|
34
|
+
|
|
34
35
|
/**
|
|
35
36
|
* Test if this worldview is the top level world view.
|
|
36
37
|
* @return
|
|
37
38
|
*/
|
|
38
39
|
isTopLevel(): boolean;
|
|
40
|
+
|
|
39
41
|
/**
|
|
40
42
|
* Gets the worldview's scene
|
|
41
43
|
*/
|
|
42
44
|
getScene(): Scene;
|
|
45
|
+
|
|
43
46
|
/**
|
|
44
47
|
* Gets all of the Players in this view
|
|
45
48
|
*/
|
|
46
|
-
players():
|
|
49
|
+
players(): IndexedObjectSet<Player>;
|
|
50
|
+
|
|
47
51
|
/**
|
|
48
52
|
* Gets all the Non Player Characters in this view
|
|
49
53
|
*/
|
|
50
|
-
npcs():
|
|
54
|
+
npcs(): IndexedObjectSet<NPC>;
|
|
55
|
+
|
|
51
56
|
/**
|
|
52
57
|
* Gets all the WorldEntities in this view
|
|
53
58
|
*/
|
|
54
|
-
worldEntities():
|
|
59
|
+
worldEntities(): IndexedObjectSet<WorldEntity>;
|
|
60
|
+
|
|
55
61
|
/**
|
|
56
62
|
* Gets an array of tile collision data.
|
|
57
63
|
* <p>
|
|
@@ -60,6 +66,7 @@ declare namespace net.runelite.api {
|
|
|
60
66
|
* @return the collision data
|
|
61
67
|
*/
|
|
62
68
|
getCollisionMaps(): CollisionData[] | null;
|
|
69
|
+
|
|
63
70
|
/**
|
|
64
71
|
* Gets the current plane the player is on.
|
|
65
72
|
* <p>
|
|
@@ -73,6 +80,7 @@ declare namespace net.runelite.api {
|
|
|
73
80
|
* @return the plane
|
|
74
81
|
*/
|
|
75
82
|
getPlane(): number;
|
|
83
|
+
|
|
76
84
|
/**
|
|
77
85
|
* Gets a 3D array containing the heights of tiles in the
|
|
78
86
|
* current scene.
|
|
@@ -80,6 +88,7 @@ declare namespace net.runelite.api {
|
|
|
80
88
|
* @return the tile heights
|
|
81
89
|
*/
|
|
82
90
|
getTileHeights(): number[][][];
|
|
91
|
+
|
|
83
92
|
/**
|
|
84
93
|
* Gets a 3D array containing the settings of tiles in the
|
|
85
94
|
* current scene.
|
|
@@ -87,16 +96,19 @@ declare namespace net.runelite.api {
|
|
|
87
96
|
* @return the tile settings
|
|
88
97
|
*/
|
|
89
98
|
getTileSettings(): number[][][];
|
|
99
|
+
|
|
90
100
|
/**
|
|
91
101
|
* Get the size of the world view, x-axis
|
|
92
102
|
* @return
|
|
93
103
|
*/
|
|
94
104
|
getSizeX(): number;
|
|
105
|
+
|
|
95
106
|
/**
|
|
96
107
|
* Get the size of the world view, y-axis
|
|
97
108
|
* @return
|
|
98
109
|
*/
|
|
99
110
|
getSizeY(): number;
|
|
111
|
+
|
|
100
112
|
/**
|
|
101
113
|
* Returns the x-axis base coordinate.
|
|
102
114
|
* <p>
|
|
@@ -106,6 +118,7 @@ declare namespace net.runelite.api {
|
|
|
106
118
|
* @return the base x-axis coordinate
|
|
107
119
|
*/
|
|
108
120
|
getBaseX(): number;
|
|
121
|
+
|
|
109
122
|
/**
|
|
110
123
|
* Returns the y-axis base coordinate.
|
|
111
124
|
* <p>
|
|
@@ -115,6 +128,7 @@ declare namespace net.runelite.api {
|
|
|
115
128
|
* @return the base y-axis coordinate
|
|
116
129
|
*/
|
|
117
130
|
getBaseY(): number;
|
|
131
|
+
|
|
118
132
|
/**
|
|
119
133
|
* Create a projectile.
|
|
120
134
|
* @param id projectile/spotanim id
|
|
@@ -131,6 +145,7 @@ declare namespace net.runelite.api {
|
|
|
131
145
|
* @param targetX target x - if an actor target is supplied should be the target x
|
|
132
146
|
* @param targetY target y - if an actor target is supplied should be the target y
|
|
133
147
|
* @return the new projectile
|
|
148
|
+
* @deprecated
|
|
134
149
|
*/
|
|
135
150
|
createProjectile(
|
|
136
151
|
id: number,
|
|
@@ -143,34 +158,32 @@ declare namespace net.runelite.api {
|
|
|
143
158
|
slope: number,
|
|
144
159
|
startHeight: number,
|
|
145
160
|
endHeight: number,
|
|
146
|
-
target: Actor,
|
|
161
|
+
target: Actor | null,
|
|
147
162
|
targetX: number,
|
|
148
163
|
targetY: number,
|
|
149
164
|
): Projectile;
|
|
150
|
-
|
|
151
|
-
* Gets a list of all projectiles currently spawned.
|
|
152
|
-
*
|
|
153
|
-
* @return all projectiles
|
|
154
|
-
*/
|
|
155
|
-
getProjectiles(): net.runelite.api.Deque<Projectile>;
|
|
165
|
+
|
|
156
166
|
/**
|
|
157
167
|
* Gets a list of all graphics objects currently drawn.
|
|
158
168
|
*
|
|
159
169
|
* @return all graphics objects
|
|
160
170
|
*/
|
|
161
|
-
getGraphicsObjects():
|
|
171
|
+
getGraphicsObjects(): Deque<GraphicsObject>;
|
|
172
|
+
|
|
162
173
|
/**
|
|
163
174
|
* Gets the currently selected tile. (ie. last right clicked tile)
|
|
164
175
|
*
|
|
165
176
|
* @return the selected tile
|
|
166
177
|
*/
|
|
167
178
|
getSelectedSceneTile(): Tile | null;
|
|
179
|
+
|
|
168
180
|
/**
|
|
169
181
|
* Check if this scene is an instance
|
|
170
182
|
* @see #getInstanceTemplateChunks()
|
|
171
183
|
* @return
|
|
172
184
|
*/
|
|
173
185
|
isInstance(): boolean;
|
|
186
|
+
|
|
174
187
|
/**
|
|
175
188
|
* Contains a 3D array of template chunks for instanced areas.
|
|
176
189
|
* <p>
|
|
@@ -192,5 +205,16 @@ declare namespace net.runelite.api {
|
|
|
192
205
|
* @see InstanceTemplates
|
|
193
206
|
*/
|
|
194
207
|
getInstanceTemplateChunks(): number[][][];
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Gets an array of map region IDs that are currently loaded.
|
|
211
|
+
*
|
|
212
|
+
* @return the map regions
|
|
213
|
+
*/
|
|
214
|
+
getMapRegions(): number[];
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
export namespace WorldView {
|
|
218
|
+
export const TOPLEVEL: number;
|
|
195
219
|
}
|
|
196
220
|
}
|