Class BungeeTextBody
java.lang.Object
io.github.projectunified.unidialog.bungeecord.body.BungeeTextBody
- All Implemented Interfaces:
BungeeDialogBody,TextBody<BungeeTextBody>
-
Field Summary
Fields inherited from interface io.github.projectunified.unidialog.core.body.TextBody
DEFAULT_WIDTH -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BungeeTextBody
public BungeeTextBody()
-
-
Method Details
-
text
Set the text for the body- Parameters:
text- the text to set- Returns:
- the instance of the text body for method chaining
-
text
Description copied from interface:TextBodySet the text for the body- Specified by:
textin interfaceTextBody<BungeeTextBody>- Parameters:
text- the text to set- Returns:
- the instance of the text body for method chaining
-
width
Description copied from interface:TextBodySet the width of the text body- Specified by:
widthin interfaceTextBody<BungeeTextBody>- Parameters:
width- the width to set- Returns:
- the instance of the text body for method chaining
-
getDialogBody
public net.md_5.bungee.api.dialog.body.DialogBody getDialogBody()- Specified by:
getDialogBodyin interfaceBungeeDialogBody
-