13
0
geforkt von Mirrors/Paper

Also fix javadocs in the Server interface

Dieser Commit ist enthalten in:
Spottedleaf 2016-04-17 13:35:31 -05:00
Ursprung ba9ed5a3f1
Commit 949de05c01

Datei anzeigen

@ -46,14 +46,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ // 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);
+
+ /**
+ * 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
+ */