From 0ff1f4724a4eb7f47f5c3827aee67cf1b259318f Mon Sep 17 00:00:00 2001 From: YoshiGenius Date: Mon, 23 Dec 2013 08:45:48 +1100 Subject: [PATCH] Add new lines --- .../main/java/net/md_5/bungee/api/chat/ComponentBuilder.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java b/api/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java index fea3234f..57362883 100644 --- a/api/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java +++ b/api/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java @@ -129,6 +129,7 @@ public class ComponentBuilder /** * Sets the click event for the current part. + * * @param clickEvent the click event * @return this ComponentBuilder for chaining */ @@ -140,6 +141,7 @@ public class ComponentBuilder /** * Sets the hover event for the current part. + * * @param hoverEvent the hover event * @return this ComponentBuilder for chaining */ @@ -151,7 +153,8 @@ public class ComponentBuilder /** * Returns the components needed to display the message - * created by this builder + * created by this builder. + * * @return the created components */ public BaseComponent[] create()