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.
|
* Sets the click event for the current part.
|
||||||
|
*
|
||||||
* @param clickEvent the click event
|
* @param clickEvent the click event
|
||||||
* @return this ComponentBuilder for chaining
|
* @return this ComponentBuilder for chaining
|
||||||
*/
|
*/
|
||||||
@ -140,6 +141,7 @@ public class ComponentBuilder
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the hover event for the current part.
|
* Sets the hover event for the current part.
|
||||||
|
*
|
||||||
* @param hoverEvent the hover event
|
* @param hoverEvent the hover event
|
||||||
* @return this ComponentBuilder for chaining
|
* @return this ComponentBuilder for chaining
|
||||||
*/
|
*/
|
||||||
@ -151,7 +153,8 @@ public class ComponentBuilder
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the components needed to display the message
|
* Returns the components needed to display the message
|
||||||
* created by this builder
|
* created by this builder.
|
||||||
|
*
|
||||||
* @return the created components
|
* @return the created components
|
||||||
*/
|
*/
|
||||||
public BaseComponent[] create()
|
public BaseComponent[] create()
|
||||||
|
Loading…
Reference in New Issue
Block a user