Class BungeeDialogBodyBuilder
java.lang.Object
io.github.projectunified.unidialog.bungeecord.body.BungeeDialogBodyBuilder
- All Implemented Interfaces:
BungeeDialogBody,DialogBodyBuilder<Object>
public class BungeeDialogBodyBuilder
extends Object
implements DialogBodyBuilder<Object>, BungeeDialogBody
The Bungee implementation of the dialog body builder
-
Constructor Details
-
BungeeDialogBodyBuilder
public BungeeDialogBodyBuilder()Create a new dialog body builder
-
-
Method Details
-
item
Description copied from interface:DialogBodyBuilderCreate an item body- Specified by:
itemin interfaceDialogBodyBuilder<Object>- Returns:
- the instance of the item body
-
text
Description copied from interface:DialogBodyBuilderCreate a text body- Specified by:
textin interfaceDialogBodyBuilder<Object>- Returns:
- the instance of the text body
-
getDialogBody
public net.md_5.bungee.api.dialog.body.DialogBody getDialogBody()Description copied from interface:BungeeDialogBodyGet the Bungee dialog body- Specified by:
getDialogBodyin interfaceBungeeDialogBody- Returns:
- the Bungee dialog body
-