· 6 years ago · Oct 21, 2019, 04:22 PM
1{
2 "org.bukkit.entity.Player": [
3 {
4 "method": "awardAchievement(Achievement achievement)",
5 "modifier": "void",
6 "deprecated": true,
7 "description": "Deprecated. future versions of Minecraft do not have achievements"
8 },
9 {
10 "method": "canSee(Player player)",
11 "modifier": "boolean",
12 "deprecated": false,
13 "description": "Checks to see if a player has been hidden from this player"
14 },
15 {
16 "method": "chat(String msg)",
17 "modifier": "void",
18 "deprecated": false,
19 "description": "Says a message (or runs a command)."
20 },
21 {
22 "method": "decrementStatistic(Statistic statistic)",
23 "modifier": "void",
24 "deprecated": false,
25 "description": "Decrements the given statistic for this player."
26 },
27 {
28 "method": "decrementStatistic(Statistic statistic, int amount)",
29 "modifier": "void",
30 "deprecated": false,
31 "description": "Decrements the given statistic for this player."
32 },
33 {
34 "method": "decrementStatistic(Statistic statistic, EntityType entityType)",
35 "modifier": "void",
36 "deprecated": false,
37 "description": "Decrements the given statistic for this player for the given entity."
38 },
39 {
40 "method": "decrementStatistic(Statistic statistic, EntityType entityType, int amount)",
41 "modifier": "void",
42 "deprecated": false,
43 "description": "Decrements the given statistic for this player for the given entity."
44 },
45 {
46 "method": "decrementStatistic(Statistic statistic, Material material)",
47 "modifier": "void",
48 "deprecated": false,
49 "description": "Decrements the given statistic for this player for the given material."
50 },
51 {
52 "method": "decrementStatistic(Statistic statistic, Material material, int amount)",
53 "modifier": "void",
54 "deprecated": false,
55 "description": "Decrements the given statistic for this player for the given material."
56 },
57 {
58 "method": "getAddress()",
59 "modifier": "InetSocketAddress",
60 "deprecated": false,
61 "description": "Gets the socket address of this player"
62 },
63 {
64 "method": "getAdvancementProgress(Advancement advancement)",
65 "modifier": "AdvancementProgress",
66 "deprecated": false,
67 "description": "Return the player's progression on the specified advancement."
68 },
69 {
70 "method": "getAllowFlight()",
71 "modifier": "boolean",
72 "deprecated": false,
73 "description": "Determines if the Player is allowed to fly via jump key double-tap like in creative mode."
74 },
75 {
76 "method": "getClientViewDistance()",
77 "modifier": "int",
78 "deprecated": false,
79 "description": "Get the player's current client side view distance."
80 },
81 {
82 "method": "getCompassTarget()",
83 "modifier": "Location",
84 "deprecated": false,
85 "description": "Get the previously set compass target."
86 },
87 {
88 "method": "getDisplayName()",
89 "modifier": "String",
90 "deprecated": false,
91 "description": "Gets the \"friendly\" name to display of this player."
92 },
93 {
94 "method": "getExhaustion()",
95 "modifier": "float",
96 "deprecated": false,
97 "description": "Gets the players current exhaustion level."
98 },
99 {
100 "method": "getExp()",
101 "modifier": "float",
102 "deprecated": false,
103 "description": "Gets the players current experience points towards the next level."
104 },
105 {
106 "method": "getFlySpeed()",
107 "modifier": "float",
108 "deprecated": false,
109 "description": "Gets the current allowed speed that a client can fly."
110 },
111 {
112 "method": "getFoodLevel()",
113 "modifier": "int",
114 "deprecated": false,
115 "description": "Gets the players current food level"
116 },
117 {
118 "method": "getHealthScale()",
119 "modifier": "double",
120 "deprecated": false,
121 "description": "Gets the number that health is scaled to for the client."
122 },
123 {
124 "method": "getLevel()",
125 "modifier": "int",
126 "deprecated": false,
127 "description": "Gets the players current experience level"
128 },
129 {
130 "method": "getLocale()",
131 "modifier": "String",
132 "deprecated": false,
133 "description": "Gets the player's current locale."
134 },
135 {
136 "method": "getPlayerListFooter()",
137 "modifier": "String",
138 "deprecated": false,
139 "description": "Gets the currently displayed player list footer for this player."
140 },
141 {
142 "method": "getPlayerListHeader()",
143 "modifier": "String",
144 "deprecated": false,
145 "description": "Gets the currently displayed player list header for this player."
146 },
147 {
148 "method": "getPlayerListName()",
149 "modifier": "String",
150 "deprecated": false,
151 "description": "Gets the name that is shown on the player list."
152 },
153 {
154 "method": "getPlayerTime()",
155 "modifier": "long",
156 "deprecated": false,
157 "description": "Returns the player's current timestamp."
158 },
159 {
160 "method": "getPlayerTimeOffset()",
161 "modifier": "long",
162 "deprecated": false,
163 "description": "Returns the player's current time offset relative to server time, or the current player's fixed time if the player's time is absolute."
164 },
165 {
166 "method": "getPlayerWeather()",
167 "modifier": "WeatherType",
168 "deprecated": false,
169 "description": "Returns the type of weather the player is currently experiencing."
170 },
171 {
172 "method": "getSaturation()",
173 "modifier": "float",
174 "deprecated": false,
175 "description": "Gets the players current saturation level."
176 },
177 {
178 "method": "getScoreboard()",
179 "modifier": "Scoreboard",
180 "deprecated": false,
181 "description": "Gets the Scoreboard displayed to this player"
182 },
183 {
184 "method": "getSpectatorTarget()",
185 "modifier": "Entity",
186 "deprecated": false,
187 "description": "Gets the entity which is followed by the camera when in GameMode.SPECTATOR."
188 },
189 {
190 "method": "getStatistic(Statistic statistic)",
191 "modifier": "int",
192 "deprecated": false,
193 "description": "Gets the value of the given statistic for this player."
194 },
195 {
196 "method": "getStatistic(Statistic statistic, EntityType entityType)",
197 "modifier": "int",
198 "deprecated": false,
199 "description": "Gets the value of the given statistic for this player."
200 },
201 {
202 "method": "getStatistic(Statistic statistic, Material material)",
203 "modifier": "int",
204 "deprecated": false,
205 "description": "Gets the value of the given statistic for this player."
206 },
207 {
208 "method": "getTotalExperience()",
209 "modifier": "int",
210 "deprecated": false,
211 "description": "Gets the players total experience points."
212 },
213 {
214 "method": "getWalkSpeed()",
215 "modifier": "float",
216 "deprecated": false,
217 "description": "Gets the current allowed speed that a client can walk."
218 },
219 {
220 "method": "giveExp(int amount)",
221 "modifier": "void",
222 "deprecated": false,
223 "description": "Gives the player the amount of experience specified."
224 },
225 {
226 "method": "giveExpLevels(int amount)",
227 "modifier": "void",
228 "deprecated": false,
229 "description": "Gives the player the amount of experience levels specified."
230 },
231 {
232 "method": "hasAchievement(Achievement achievement)",
233 "modifier": "boolean",
234 "deprecated": true,
235 "description": "Deprecated. future versions of Minecraft do not have achievements"
236 },
237 {
238 "method": "hidePlayer(Player player)",
239 "modifier": "void",
240 "deprecated": true,
241 "description": "Deprecated. see hidePlayer(Plugin, Player)"
242 },
243 {
244 "method": "hidePlayer(Plugin plugin, Player player)",
245 "modifier": "void",
246 "deprecated": false,
247 "description": "Hides a player from this player"
248 },
249 {
250 "method": "incrementStatistic(Statistic statistic)",
251 "modifier": "void",
252 "deprecated": false,
253 "description": "Increments the given statistic for this player."
254 },
255 {
256 "method": "incrementStatistic(Statistic statistic, int amount)",
257 "modifier": "void",
258 "deprecated": false,
259 "description": "Increments the given statistic for this player."
260 },
261 {
262 "method": "incrementStatistic(Statistic statistic, EntityType entityType)",
263 "modifier": "void",
264 "deprecated": false,
265 "description": "Increments the given statistic for this player for the given entity."
266 },
267 {
268 "method": "incrementStatistic(Statistic statistic, EntityType entityType, int amount)",
269 "modifier": "void",
270 "deprecated": false,
271 "description": "Increments the given statistic for this player for the given entity."
272 },
273 {
274 "method": "incrementStatistic(Statistic statistic, Material material)",
275 "modifier": "void",
276 "deprecated": false,
277 "description": "Increments the given statistic for this player for the given material."
278 },
279 {
280 "method": "incrementStatistic(Statistic statistic, Material material, int amount)",
281 "modifier": "void",
282 "deprecated": false,
283 "description": "Increments the given statistic for this player for the given material."
284 },
285 {
286 "method": "isFlying()",
287 "modifier": "boolean",
288 "deprecated": false,
289 "description": "Checks to see if this player is currently flying or not."
290 },
291 {
292 "method": "isHealthScaled()",
293 "modifier": "boolean",
294 "deprecated": false,
295 "description": "Gets if the client is displayed a 'scaled' health, that is, health on a scale from 0-getHealthScale()."
296 },
297 {
298 "method": "isPlayerTimeRelative()",
299 "modifier": "boolean",
300 "deprecated": false,
301 "description": "Returns true if the player's time is relative to the server time, otherwise the player's time is absolute and will not change its current time unless done so with setPlayerTime()."
302 },
303 {
304 "method": "isSleepingIgnored()",
305 "modifier": "boolean",
306 "deprecated": false,
307 "description": "Returns whether the player is sleeping ignored."
308 },
309 {
310 "method": "isSneaking()",
311 "modifier": "boolean",
312 "deprecated": false,
313 "description": "Returns if the player is in sneak mode"
314 },
315 {
316 "method": "isSprinting()",
317 "modifier": "boolean",
318 "deprecated": false,
319 "description": "Gets whether the player is sprinting or not."
320 },
321 {
322 "method": "kickPlayer(String message)",
323 "modifier": "void",
324 "deprecated": false,
325 "description": "Kicks player with custom kick message."
326 },
327 {
328 "method": "loadData()",
329 "modifier": "void",
330 "deprecated": false,
331 "description": "Loads the players current location, health, inventory, motion, and other information from the username.dat file, in the world/player folder."
332 },
333 {
334 "method": "openBook(ItemStack book)",
335 "modifier": "void",
336 "deprecated": false,
337 "description": "Open a Material.WRITTEN_BOOK for a Player"
338 },
339 {
340 "method": "performCommand(String command)",
341 "modifier": "boolean",
342 "deprecated": false,
343 "description": "Makes the player perform the given command"
344 },
345 {
346 "method": "playEffect(Location loc, Effect effect, int data)",
347 "modifier": "void",
348 "deprecated": true,
349 "description": "Deprecated. Magic value"
350 },
351 {
352 "method": "playEffect(Location loc, Effect effect, T data)",
353 "modifier": "<T> void",
354 "deprecated": false,
355 "description": "Plays an effect to just this player."
356 },
357 {
358 "method": "playNote(Location loc, byte instrument, byte note)",
359 "modifier": "void",
360 "deprecated": true,
361 "description": "Deprecated. Magic value"
362 },
363 {
364 "method": "playNote(Location loc, Instrument instrument, Note note)",
365 "modifier": "void",
366 "deprecated": false,
367 "description": "Play a note for a player at a location."
368 },
369 {
370 "method": "playSound(Location location, String sound, float volume, float pitch)",
371 "modifier": "void",
372 "deprecated": false,
373 "description": "Play a sound for a player at the location."
374 },
375 {
376 "method": "playSound(Location location, String sound, SoundCategory category, float volume, float pitch)",
377 "modifier": "void",
378 "deprecated": false,
379 "description": "Play a sound for a player at the location."
380 },
381 {
382 "method": "playSound(Location location, Sound sound, float volume, float pitch)",
383 "modifier": "void",
384 "deprecated": false,
385 "description": "Play a sound for a player at the location."
386 },
387 {
388 "method": "playSound(Location location, Sound sound, SoundCategory category, float volume, float pitch)",
389 "modifier": "void",
390 "deprecated": false,
391 "description": "Play a sound for a player at the location."
392 },
393 {
394 "method": "removeAchievement(Achievement achievement)",
395 "modifier": "void",
396 "deprecated": true,
397 "description": "Deprecated. future versions of Minecraft do not have achievements"
398 },
399 {
400 "method": "resetPlayerTime()",
401 "modifier": "void",
402 "deprecated": false,
403 "description": "Restores the normal condition where the player's time is synchronized with the server time."
404 },
405 {
406 "method": "resetPlayerWeather()",
407 "modifier": "void",
408 "deprecated": false,
409 "description": "Restores the normal condition where the player's weather is controlled by server conditions."
410 },
411 {
412 "method": "resetTitle()",
413 "modifier": "void",
414 "deprecated": false,
415 "description": "Resets the title displayed to the player."
416 },
417 {
418 "method": "saveData()",
419 "modifier": "void",
420 "deprecated": false,
421 "description": "Saves the players current location, health, inventory, motion, and other information into the username.dat file, in the world/player folder"
422 },
423 {
424 "method": "sendBlockChange(Location loc, BlockData block)",
425 "modifier": "void",
426 "deprecated": false,
427 "description": "Send a block change."
428 },
429 {
430 "method": "sendBlockChange(Location loc, Material material, byte data)",
431 "modifier": "void",
432 "deprecated": true,
433 "description": "Deprecated. Magic value"
434 },
435 {
436 "method": "sendChunkChange(Location loc, int sx, int sy, int sz, byte[] data)",
437 "modifier": "boolean",
438 "deprecated": true,
439 "description": "Deprecated. Magic value"
440 },
441 {
442 "method": "sendMap(MapView map)",
443 "modifier": "void",
444 "deprecated": false,
445 "description": "Render a map and send it to the player in its entirety."
446 },
447 {
448 "method": "sendRawMessage(String message)",
449 "modifier": "void",
450 "deprecated": false,
451 "description": "Sends this sender a message raw"
452 },
453 {
454 "method": "sendSignChange(Location loc, String[] lines)",
455 "modifier": "void",
456 "deprecated": false,
457 "description": "Send a sign change."
458 },
459 {
460 "method": "sendSignChange(Location loc, String[] lines, DyeColor dyeColor)",
461 "modifier": "void",
462 "deprecated": false,
463 "description": "Send a sign change."
464 },
465 {
466 "method": "sendTitle(String title, String subtitle)",
467 "modifier": "void",
468 "deprecated": true,
469 "description": "Deprecated. API behavior subject to change"
470 },
471 {
472 "method": "sendTitle(String title, String subtitle, int fadeIn, int stay, int fadeOut)",
473 "modifier": "void",
474 "deprecated": false,
475 "description": "Sends a title and a subtitle message to the player."
476 },
477 {
478 "method": "setAllowFlight(boolean flight)",
479 "modifier": "void",
480 "deprecated": false,
481 "description": "Sets if the Player is allowed to fly via jump key double-tap like in creative mode."
482 },
483 {
484 "method": "setCompassTarget(Location loc)",
485 "modifier": "void",
486 "deprecated": false,
487 "description": "Set the target of the player's compass."
488 },
489 {
490 "method": "setDisplayName(String name)",
491 "modifier": "void",
492 "deprecated": false,
493 "description": "Sets the \"friendly\" name to display of this player."
494 },
495 {
496 "method": "setExhaustion(float value)",
497 "modifier": "void",
498 "deprecated": false,
499 "description": "Sets the players current exhaustion level"
500 },
501 {
502 "method": "setExp(float exp)",
503 "modifier": "void",
504 "deprecated": false,
505 "description": "Sets the players current experience points towards the next level"
506 },
507 {
508 "method": "setFlying(boolean value)",
509 "modifier": "void",
510 "deprecated": false,
511 "description": "Makes this player start or stop flying."
512 },
513 {
514 "method": "setFlySpeed(float value)",
515 "modifier": "void",
516 "deprecated": false,
517 "description": "Sets the speed at which a client will fly."
518 },
519 {
520 "method": "setFoodLevel(int value)",
521 "modifier": "void",
522 "deprecated": false,
523 "description": "Sets the players current food level"
524 },
525 {
526 "method": "setHealthScale(double scale)",
527 "modifier": "void",
528 "deprecated": false,
529 "description": "Sets the number to scale health to for the client; this will also setHealthScaled(true)."
530 },
531 {
532 "method": "setHealthScaled(boolean scale)",
533 "modifier": "void",
534 "deprecated": false,
535 "description": "Sets if the client is displayed a 'scaled' health, that is, health on a scale from 0-getHealthScale()."
536 },
537 {
538 "method": "setLevel(int level)",
539 "modifier": "void",
540 "deprecated": false,
541 "description": "Sets the players current experience level"
542 },
543 {
544 "method": "setPlayerListFooter(String footer)",
545 "modifier": "void",
546 "deprecated": false,
547 "description": "Sets the currently displayed player list footer for this player."
548 },
549 {
550 "method": "setPlayerListHeader(String header)",
551 "modifier": "void",
552 "deprecated": false,
553 "description": "Sets the currently displayed player list header for this player."
554 },
555 {
556 "method": "setPlayerListHeaderFooter(String header, String footer)",
557 "modifier": "void",
558 "deprecated": false,
559 "description": "Sets the currently displayed player list header and footer for this player."
560 },
561 {
562 "method": "setPlayerListName(String name)",
563 "modifier": "void",
564 "deprecated": false,
565 "description": "Sets the name that is shown on the in-game player list."
566 },
567 {
568 "method": "setPlayerTime(long time, boolean relative)",
569 "modifier": "void",
570 "deprecated": false,
571 "description": "Sets the current time on the player's client."
572 },
573 {
574 "method": "setPlayerWeather(WeatherType type)",
575 "modifier": "void",
576 "deprecated": false,
577 "description": "Sets the type of weather the player will see."
578 },
579 {
580 "method": "setResourcePack(String url)",
581 "modifier": "void",
582 "deprecated": false,
583 "description": "Request that the player's client download and switch resource packs."
584 },
585 {
586 "method": "setResourcePack(String url, byte[] hash)",
587 "modifier": "void",
588 "deprecated": false,
589 "description": "Request that the player's client download and switch resource packs."
590 },
591 {
592 "method": "setSaturation(float value)",
593 "modifier": "void",
594 "deprecated": false,
595 "description": "Sets the players current saturation level"
596 },
597 {
598 "method": "setScoreboard(Scoreboard scoreboard)",
599 "modifier": "void",
600 "deprecated": false,
601 "description": "Sets the player's visible Scoreboard."
602 },
603 {
604 "method": "setSleepingIgnored(boolean isSleeping)",
605 "modifier": "void",
606 "deprecated": false,
607 "description": "Sets whether the player is ignored as not sleeping."
608 },
609 {
610 "method": "setSneaking(boolean sneak)",
611 "modifier": "void",
612 "deprecated": false,
613 "description": "Sets the sneak mode the player"
614 },
615 {
616 "method": "setSpectatorTarget(Entity entity)",
617 "modifier": "void",
618 "deprecated": false,
619 "description": "Sets the entity which is followed by the camera when in GameMode.SPECTATOR."
620 },
621 {
622 "method": "setSprinting(boolean sprinting)",
623 "modifier": "void",
624 "deprecated": false,
625 "description": "Sets whether the player is sprinting or not."
626 },
627 {
628 "method": "setStatistic(Statistic statistic, int newValue)",
629 "modifier": "void",
630 "deprecated": false,
631 "description": "Sets the given statistic for this player."
632 },
633 {
634 "method": "setStatistic(Statistic statistic, EntityType entityType, int newValue)",
635 "modifier": "void",
636 "deprecated": false,
637 "description": "Sets the given statistic for this player for the given entity."
638 },
639 {
640 "method": "setStatistic(Statistic statistic, Material material, int newValue)",
641 "modifier": "void",
642 "deprecated": false,
643 "description": "Sets the given statistic for this player for the given material."
644 },
645 {
646 "method": "setTexturePack(String url)",
647 "modifier": "void",
648 "deprecated": true,
649 "description": "Deprecated. Minecraft no longer uses textures packs. Instead you should use setResourcePack(String)."
650 },
651 {
652 "method": "setTotalExperience(int exp)",
653 "modifier": "void",
654 "deprecated": false,
655 "description": "Sets the players current experience points."
656 },
657 {
658 "method": "setWalkSpeed(float value)",
659 "modifier": "void",
660 "deprecated": false,
661 "description": "Sets the speed at which a client will walk."
662 },
663 {
664 "method": "showPlayer(Player player)",
665 "modifier": "void",
666 "deprecated": true,
667 "description": "Deprecated. see showPlayer(Plugin, Player)"
668 },
669 {
670 "method": "showPlayer(Plugin plugin, Player player)",
671 "modifier": "void",
672 "deprecated": false,
673 "description": "Allows this player to see a player that was previously hidden."
674 },
675 {
676 "method": "spawnParticle(Particle particle, double x, double y, double z, int count)",
677 "modifier": "void",
678 "deprecated": false,
679 "description": "Spawns the particle (the number of times specified by count) at the target location."
680 },
681 {
682 "method": "spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ)",
683 "modifier": "void",
684 "deprecated": false,
685 "description": "Spawns the particle (the number of times specified by count) at the target location."
686 },
687 {
688 "method": "spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra)",
689 "modifier": "void",
690 "deprecated": false,
691 "description": "Spawns the particle (the number of times specified by count) at the target location."
692 },
693 {
694 "method": "spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double extra, T data)",
695 "modifier": "<T> void",
696 "deprecated": false,
697 "description": "Spawns the particle (the number of times specified by count) at the target location."
698 },
699 {
700 "method": "spawnParticle(Particle particle, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, T data)",
701 "modifier": "<T> void",
702 "deprecated": false,
703 "description": "Spawns the particle (the number of times specified by count) at the target location."
704 },
705 {
706 "method": "spawnParticle(Particle particle, double x, double y, double z, int count, T data)",
707 "modifier": "<T> void",
708 "deprecated": false,
709 "description": "Spawns the particle (the number of times specified by count) at the target location."
710 },
711 {
712 "method": "spawnParticle(Particle particle, Location location, int count)",
713 "modifier": "void",
714 "deprecated": false,
715 "description": "Spawns the particle (the number of times specified by count) at the target location."
716 },
717 {
718 "method": "spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ)",
719 "modifier": "void",
720 "deprecated": false,
721 "description": "Spawns the particle (the number of times specified by count) at the target location."
722 },
723 {
724 "method": "spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra)",
725 "modifier": "void",
726 "deprecated": false,
727 "description": "Spawns the particle (the number of times specified by count) at the target location."
728 },
729 {
730 "method": "spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, double extra, T data)",
731 "modifier": "<T> void",
732 "deprecated": false,
733 "description": "Spawns the particle (the number of times specified by count) at the target location."
734 },
735 {
736 "method": "spawnParticle(Particle particle, Location location, int count, double offsetX, double offsetY, double offsetZ, T data)",
737 "modifier": "<T> void",
738 "deprecated": false,
739 "description": "Spawns the particle (the number of times specified by count) at the target location."
740 },
741 {
742 "method": "spawnParticle(Particle particle, Location location, int count, T data)",
743 "modifier": "<T> void",
744 "deprecated": false,
745 "description": "Spawns the particle (the number of times specified by count) at the target location."
746 },
747 {
748 "method": "stopSound(String sound)",
749 "modifier": "void",
750 "deprecated": false,
751 "description": "Stop the specified sound from playing."
752 },
753 {
754 "method": "stopSound(String sound, SoundCategory category)",
755 "modifier": "void",
756 "deprecated": false,
757 "description": "Stop the specified sound from playing."
758 },
759 {
760 "method": "stopSound(Sound sound)",
761 "modifier": "void",
762 "deprecated": false,
763 "description": "Stop the specified sound from playing."
764 },
765 {
766 "method": "stopSound(Sound sound, SoundCategory category)",
767 "modifier": "void",
768 "deprecated": false,
769 "description": "Stop the specified sound from playing."
770 },
771 {
772 "method": "updateCommands()",
773 "modifier": "void",
774 "deprecated": false,
775 "description": "Update the list of commands sent to the client."
776 },
777 {
778 "method": "updateInventory()",
779 "modifier": "void",
780 "deprecated": true,
781 "description": "Deprecated. This method should not be relied upon as it is a temporary work-around for a larger, more complicated issue."
782 }
783 ]
784}