Uses of Class
net.md_5.bungee.api.dialog.body.DialogBody
-
Packages that use DialogBody Package Description net.md_5.bungee.api.dialog Contains the core classes for the display of aDialog.net.md_5.bungee.api.dialog.body Contains the differentDialogbody content types. -
-
Uses of DialogBody in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return types with arguments of type DialogBody Modifier and Type Method Description List<DialogBody>DialogBase. body()The body elements which make up this dialog.Method parameters in net.md_5.bungee.api.dialog with type arguments of type DialogBody Modifier and Type Method Description DialogBaseDialogBase. body(List<DialogBody> body)The body elements which make up this dialog.Constructor parameters in net.md_5.bungee.api.dialog with type arguments of type DialogBody Constructor Description DialogBase(BaseComponent title, BaseComponent externalTitle, List<DialogBody> body, boolean canCloseWithEscape)Creates a newDialogBaseinstance. -
Uses of DialogBody in net.md_5.bungee.api.dialog.body
Subclasses of DialogBody in net.md_5.bungee.api.dialog.body Modifier and Type Class Description classPlainMessageBodyRepresents a dialog body which consists of text constrained to a certain width.
-