mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
Also fix javadocs in the Server interface
This commit is contained in:
parent
ba9ed5a3f1
commit
949de05c01
@ -46,14 +46,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
|
|
||||||
+ // Paper start
|
+ // Paper start
|
||||||
+ /**
|
+ /**
|
||||||
+ * Sends the component to the player
|
+ * Sends the component to all online players.
|
||||||
+ *
|
+ *
|
||||||
+ * @param component the components to send
|
+ * @param component the component to send
|
||||||
+ */
|
+ */
|
||||||
+ public void broadcast(net.md_5.bungee.api.chat.BaseComponent component);
|
+ public void broadcast(net.md_5.bungee.api.chat.BaseComponent component);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Sends an array of components as a single message to the player
|
+ * Sends an array of components as a single message to all online players.
|
||||||
+ *
|
+ *
|
||||||
+ * @param components the components to send
|
+ * @param components the components to send
|
||||||
+ */
|
+ */
|
||||||
|
Loading…
Reference in New Issue
Block a user