Interface PaperDialogBody
- All Known Implementing Classes:
PaperDialogBodyBuilder,PaperItemBody,PaperTextBody
public interface PaperDialogBody
Represents a dialog body for the Paper platform
-
Method Summary
Modifier and TypeMethodDescriptionio.papermc.paper.registry.data.dialog.body.DialogBodyGet the dialog body
-
Method Details
-
getDialogBody
io.papermc.paper.registry.data.dialog.body.DialogBody getDialogBody()Get the dialog body- Returns:
- the dialog body
-