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 fd8a40bacaaa39c20428bbebe8611ba8cdd33e0b..d6a2e66e07590013bf1596012a96ec1018493e06 100644
8
+
index fd288cc72e048c6277d78c6fb1cc9b6284f67ee9..2a4cbda6cf881b850c293e54c142c3fe7a5165bd 100644
9
9
--- a/src/main/java/org/bukkit/entity/Player.java
10
10
+++ b/src/main/java/org/bukkit/entity/Player.java
11
11
@@ -3,6 +3,7 @@ package org.bukkit.entity;
@@ -68,15 +68,15 @@ index fd8a40bacaaa39c20428bbebe8611ba8cdd33e0b..d6a2e66e07590013bf1596012a96ec10
68
68
public default void sendMessage(net.md_5.bungee.api.ChatMessageType position, net.md_5.bungee.api.chat.BaseComponent... components) {
69
69
spigot().sendMessage(position, components);
70
70
}
71
-
@@ -2265,6 +2301,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
71
+
@@ -2269,6 +2305,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
72
72
/**
73
73
* Sends the component to the specified screen position of this player
74
74
*
75
75
+ * @deprecated This is unlikely the API you want to use. See {@link #sendActionBar(String)} for a more proper Action Bar API. This deprecated API may send unsafe items to the client.
76
76
* @param position the screen position
77
77
* @param component the components to send
78
78
* @deprecated use {@code sendMessage} methods that accept {@link net.kyori.adventure.text.Component}
79
-
@@ -2277,6 +2314,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
79
+
@@ -2281,6 +2318,7 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
80
80
/**
81
81
* Sends an array of components as a single message to the specified screen position of this player
0 commit comments