More complete Javadoc

This commit is contained in:
2024-12-22 23:44:46 +01:00
parent 3d92c3afb6
commit 8f5f880754
14 changed files with 517 additions and 94 deletions

View File

@@ -7,6 +7,9 @@ import net.kyori.adventure.text.ComponentLike;
import net.kyori.adventure.text.serializer.bungeecord.BungeeComponentSerializer;
import net.md_5.bungee.api.chat.BaseComponent;
/**
* Utility class to ease conversion between our Adventure backed Chat API and BungeeCord chat API.
*/
public class ChatBungee {