Uses of Interface
io.papermc.paper.registry.data.dialog.body.PlainMessageDialogBody
Packages that use PlainMessageDialogBody
Package
Description
This package contains classes related to dialog bodies in the Paper API.
-
Uses of PlainMessageDialogBody in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return PlainMessageDialogBody -
Uses of PlainMessageDialogBody in io.papermc.paper.registry.data.dialog.body
Methods in io.papermc.paper.registry.data.dialog.body that return PlainMessageDialogBodyModifier and TypeMethodDescriptionItemDialogBody.description()
The description of the body, or null if not set.static PlainMessageDialogBody
DialogBody.plainMessage
(Component contents) Creates a plain message body for a dialog.static PlainMessageDialogBody
DialogBody.plainMessage
(Component contents, @org.jetbrains.annotations.Range(from=1L, to=1024L) int width) Creates a plain message body for a dialog.Methods in io.papermc.paper.registry.data.dialog.body with parameters of type PlainMessageDialogBodyModifier and TypeMethodDescriptionItemDialogBody.Builder.description
(@Nullable PlainMessageDialogBody description) Sets the description of the item dialog body, or null if not set.static ItemDialogBody
DialogBody.item
(ItemStack item, @Nullable PlainMessageDialogBody description, boolean showDecorations, boolean showTooltip, int width, int height) Creates an item body for a dialog.