You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd822a01ca3c 100644
435
+
index a989f63b6862123dc2b1293b9fd901bd093c84d0..adf57da082ef37c369ed327804148ff992841055 100644
436
436
--- a/src/main/java/org/bukkit/entity/Player.java
437
437
+++ b/src/main/java/org/bukkit/entity/Player.java
438
438
@@ -2,6 +2,7 @@ package org.bukkit.entity;
@@ -474,7 +474,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
474
474
+ * @param fadeInTicks ticks to fade-in
475
475
+ * @param stayTicks ticks to stay visible
476
476
+ * @param fadeOutTicks ticks to fade-out
477
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
477
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
478
478
+ */
479
479
+ @Deprecated
480
480
+ public void setTitleTimes(int fadeInTicks, int stayTicks, int fadeOutTicks);
@@ -483,7 +483,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
483
483
+ * Update the subtitle of titles displayed to the player
484
484
+ *
485
485
+ * @param subtitle Subtitle to set
486
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
486
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
487
487
+ */
488
488
+ @Deprecated
489
489
+ public void setSubtitle(net.md_5.bungee.api.chat.BaseComponent[] subtitle);
@@ -492,7 +492,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
492
492
+ * Update the subtitle of titles displayed to the player
493
493
+ *
494
494
+ * @param subtitle Subtitle to set
495
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
495
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
496
496
+ */
497
497
+ @Deprecated
498
498
+ public void setSubtitle(net.md_5.bungee.api.chat.BaseComponent subtitle);
@@ -501,7 +501,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
501
501
+ * Show the given title to the player, along with the last subtitle set, using the last set times
502
502
+ *
503
503
+ * @param title Title to set
504
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
504
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
505
505
+ */
506
506
+ @Deprecated
507
507
+ public void showTitle(@Nullable net.md_5.bungee.api.chat.BaseComponent[] title);
@@ -510,7 +510,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
510
510
+ * Show the given title to the player, along with the last subtitle set, using the last set times
511
511
+ *
512
512
+ * @param title Title to set
513
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
513
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
514
514
+ */
515
515
+ @Deprecated
516
516
+ public void showTitle(@Nullable net.md_5.bungee.api.chat.BaseComponent title);
@@ -523,7 +523,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
523
523
+ * @param fadeInTicks ticks to fade-in
524
524
+ * @param stayTicks ticks to stay visible
525
525
+ * @param fadeOutTicks ticks to fade-out
526
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
526
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
527
527
+ */
528
528
+ @Deprecated
529
529
+ public void showTitle(@Nullable net.md_5.bungee.api.chat.BaseComponent[] title, @Nullable net.md_5.bungee.api.chat.BaseComponent[] subtitle, int fadeInTicks, int stayTicks, int fadeOutTicks);
@@ -536,7 +536,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
536
536
+ * @param fadeInTicks ticks to fade-in
537
537
+ * @param stayTicks ticks to stay visible
538
538
+ * @param fadeOutTicks ticks to fade-out
539
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
539
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
540
540
+ */
541
541
+ @Deprecated
542
542
+ public void showTitle(@Nullable net.md_5.bungee.api.chat.BaseComponent title, @Nullable net.md_5.bungee.api.chat.BaseComponent subtitle, int fadeInTicks, int stayTicks, int fadeOutTicks);
@@ -548,7 +548,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
548
548
+ *
549
549
+ * @param title the title to send
550
550
+ * @throws NullPointerException if the title is null
551
-
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)}
551
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
552
552
+ */
553
553
+ @Deprecated
554
554
+ void sendTitle(@NotNull Title title);
@@ -560,7 +560,7 @@ index bd652a0c20335be67aae67ea663a23ea215d237a..9c9c9e504cb4db80e760207f6a27fd82
560
560
+ *
561
561
+ * @param title the title to send
562
562
+ * @throws NullPointerException if title is null
563
-
+ * @deprecated use {@link #showTitle(net.kyori.adventure.title.Title)}
563
+
+ * @deprecated Use {@link #showTitle(net.kyori.adventure.title.Title)} or {@link #sendTitlePart(net.kyori.adventure.title.TitlePart, Object)}
0 commit comments