Use title packet for actionbar methods (#3959)

This commit is contained in:
Nassim Jahnke
2020-07-22 10:01:35 +02:00
parent 15fe280169
commit 7db19cb346
2 changed files with 14 additions and 1 deletions

View File

@@ -31,6 +31,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * @param message The message to send
+ */
+ public void sendActionBar(char alternateChar, @NotNull String message);
+
+ /**
+ * Sends an Action Bar message to the client.
+ *
+ * @param message The components to send
+ */
+ public void sendActionBar(@NotNull net.md_5.bungee.api.chat.BaseComponent... message);
+
/**
* Sends the component to the player