Add new lines
This commit is contained in:
parent
1baba3cd7d
commit
0ff1f4724a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user