@@ -1133,7 +1133,7 @@ index efb97712cc9dc7c1e12a59f5b94e4f2ad7c6b7d8..3024468af4c073324e536c1cb26beffb
11331133 return warning == null || warning.value();
11341134 }
11351135diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
1136- index 8ab8515c55ba5944469084b3b4f093cb9f9648fb..c58b1885662c6a234ffee75995051c9750c1a512 100644
1136+ index f24f9391269cb80d1e7142369ca57d0e8e0606af..5d23c38758b4b9eb5802b6a22a094a3adb64e508 100644
11371137--- a/src/main/java/org/bukkit/World.java
11381138+++ b/src/main/java/org/bukkit/World.java
11391139@@ -38,7 +38,7 @@ import org.jetbrains.annotations.Nullable;
@@ -1596,7 +1596,7 @@ index 25a6f9313a1953def7470e411b53016f2ca14bef..10cb6088c4618f228c757f4e592b44ed
15961596+ // Paper end
15971597 }
15981598diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
1599- index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dca1da9595 100644
1599+ index 11f1b0df201272b158d403604c4f3c262ab011b7..77db4c371ae6543435bde9247173ac6079bfd36c 100644
16001600--- a/src/main/java/org/bukkit/entity/Player.java
16011601+++ b/src/main/java/org/bukkit/entity/Player.java
16021602@@ -35,7 +35,28 @@ import org.jetbrains.annotations.Nullable;
@@ -1769,7 +1769,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
17691769 /**
17701770 * Says a message (or runs a command).
17711771 *
1772- @@ -473 ,6 +554 ,90 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
1772+ @@ -498 ,6 +579 ,90 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
17731773 */
17741774 public void sendEquipmentChange(@NotNull LivingEntity entity, @NotNull EquipmentSlot slot, @NotNull ItemStack item);
17751775
@@ -1860,7 +1860,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
18601860 /**
18611861 * Send a sign change. This fakes a sign change packet for a user at
18621862 * a certain location. This will not actually change the world in any way.
1863- @@ -487 ,7 +652 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
1863+ @@ -512 ,7 +677 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
18641864 * @param lines the new text on the sign or null to clear it
18651865 * @throws IllegalArgumentException if location is null
18661866 * @throws IllegalArgumentException if lines is non-null and has a length less than 4
@@ -1870,7 +1870,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
18701870 public void sendSignChange(@NotNull Location loc, @Nullable String[] lines) throws IllegalArgumentException;
18711871
18721872 /**
1873- @@ -506 ,7 +673 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
1873+ @@ -531 ,7 +698 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
18741874 * @throws IllegalArgumentException if location is null
18751875 * @throws IllegalArgumentException if dyeColor is null
18761876 * @throws IllegalArgumentException if lines is non-null and has a length less than 4
@@ -1880,7 +1880,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
18801880 public void sendSignChange(@NotNull Location loc, @Nullable String[] lines, @NotNull DyeColor dyeColor) throws IllegalArgumentException;
18811881
18821882 /**
1883- @@ -526 ,7 +695 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
1883+ @@ -551 ,7 +720 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
18841884 * @throws IllegalArgumentException if location is null
18851885 * @throws IllegalArgumentException if dyeColor is null
18861886 * @throws IllegalArgumentException if lines is non-null and has a length less than 4
@@ -1890,7 +1890,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
18901890 public void sendSignChange(@NotNull Location loc, @Nullable String[] lines, @NotNull DyeColor dyeColor, boolean hasGlowingText) throws IllegalArgumentException;
18911891
18921892 /**
1893- @@ -1008 ,6 +1179 ,54 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
1893+ @@ -1033 ,6 +1204 ,54 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
18941894 */
18951895 public void setResourcePack(@NotNull String url, @Nullable byte[] hash, @Nullable String prompt);
18961896
@@ -1945,7 +1945,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
19451945 /**
19461946 * Request that the player's client download and switch resource packs.
19471947 * <p>
1948- @@ -1099 ,6 +1318 ,54 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
1948+ @@ -1124 ,6 +1343 ,54 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
19491949 */
19501950 public void setResourcePack(@NotNull String url, @Nullable byte[] hash, @Nullable String prompt, boolean force);
19511951
@@ -2000,7 +2000,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20002000 /**
20012001 * Gets the Scoreboard displayed to this player
20022002 *
2003- @@ -1192 ,7 +1459 ,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2003+ @@ -1217 ,7 +1484 ,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20042004 *
20052005 * @param title Title text
20062006 * @param subtitle Subtitle text
@@ -2009,7 +2009,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20092009 */
20102010 @Deprecated
20112011 public void sendTitle(@Nullable String title, @Nullable String subtitle);
2012- @@ -1211 ,7 +1478 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2012+ @@ -1236 ,7 +1503 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20132013 * @param fadeIn time in ticks for titles to fade in. Defaults to 10.
20142014 * @param stay time in ticks for titles to stay. Defaults to 70.
20152015 * @param fadeOut time in ticks for titles to fade out. Defaults to 20.
@@ -2019,7 +2019,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20192019 public void sendTitle(@Nullable String title, @Nullable String subtitle, int fadeIn, int stay, int fadeOut);
20202020
20212021 /**
2022- @@ -1438 ,6 +1707 ,14 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2022+ @@ -1463 ,6 +1732 ,14 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20232023 */
20242024 public int getClientViewDistance();
20252025
@@ -2034,7 +2034,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20342034 /**
20352035 * Gets the player's estimated ping in milliseconds.
20362036 *
2037- @@ -1463 ,8 +1740 ,10 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2037+ @@ -1488 ,8 +1765 ,10 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20382038 * they wish.
20392039 *
20402040 * @return the player's locale
@@ -2045,7 +2045,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20452045 public String getLocale();
20462046
20472047 /**
2048- @@ -1506 ,6 +1785 ,14 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2048+ @@ -1531 ,6 +1810 ,14 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20492049 */
20502050 public boolean isAllowingServerListings();
20512051
@@ -2060,7 +2060,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20602060 // Spigot start
20612061 public class Spigot extends Entity.Spigot {
20622062
2063- @@ -1560 ,11 +1847 ,13 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2063+ @@ -1585 ,11 +1872 ,13 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20642064 throw new UnsupportedOperationException("Not supported yet.");
20652065 }
20662066
@@ -2074,7 +2074,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20742074 @Override
20752075 public void sendMessage(@NotNull net.md_5.bungee.api.chat.BaseComponent... components) {
20762076 throw new UnsupportedOperationException("Not supported yet.");
2077- @@ -1575 ,7 +1864 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2077+ @@ -1600 ,7 +1889 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20782078 *
20792079 * @param position the screen position
20802080 * @param component the components to send
@@ -2084,7 +2084,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20842084 public void sendMessage(@NotNull net.md_5.bungee.api.ChatMessageType position, @NotNull net.md_5.bungee.api.chat.BaseComponent component) {
20852085 throw new UnsupportedOperationException("Not supported yet.");
20862086 }
2087- @@ -1585 ,7 +1876 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2087+ @@ -1610 ,7 +1901 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20882088 *
20892089 * @param position the screen position
20902090 * @param components the components to send
@@ -2094,7 +2094,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
20942094 public void sendMessage(@NotNull net.md_5.bungee.api.ChatMessageType position, @NotNull net.md_5.bungee.api.chat.BaseComponent... components) {
20952095 throw new UnsupportedOperationException("Not supported yet.");
20962096 }
2097- @@ -1596 ,7 +1889 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2097+ @@ -1621 ,7 +1914 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
20982098 * @param position the screen position
20992099 * @param sender the sender of the message
21002100 * @param component the components to send
@@ -2104,7 +2104,7 @@ index c36e4ceb1094aa9469f976e0952e2725358ff761..e3cc40a54b48e8a90ccc93c272c1a2dc
21042104 public void sendMessage(@NotNull net.md_5.bungee.api.ChatMessageType position, @Nullable UUID sender, @NotNull net.md_5.bungee.api.chat.BaseComponent component) {
21052105 throw new UnsupportedOperationException("Not supported yet.");
21062106 }
2107- @@ -1607 ,7 +1902 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
2107+ @@ -1632 ,7 +1927 ,9 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
21082108 * @param position the screen position
21092109 * @param sender the sender of the message
21102110 * @param components the components to send
0 commit comments