Few javadoc update

This commit is contained in:
2024-12-27 23:15:55 +01:00
parent c9af5ad308
commit 44dc690736
2 changed files with 20 additions and 1 deletions

View File

@@ -71,4 +71,7 @@ public class ChatBungee {
BaseComponent[] arr = toBungeeArray(component);
return arr.length == 1 ? arr[0] : new net.md_5.bungee.api.chat.TextComponent(arr);
}
private ChatBungee() {}
}