Uses of Interface
io.papermc.paper.registry.data.dialog.body.ItemDialogBody
Packages that use ItemDialogBody
Package
Description
This package contains classes related to dialog bodies in the Paper API.
-
Uses of ItemDialogBody in io.papermc.paper.registry.data.dialog.body
Methods in io.papermc.paper.registry.data.dialog.body that return ItemDialogBodyModifier and TypeMethodDescriptionItemDialogBody.Builder.build()
Builds a new instance ofItemDialogBody
.static ItemDialogBody
DialogBody.item
(ItemStack item, @Nullable PlainMessageDialogBody description, boolean showDecorations, boolean showTooltip, int width, int height) Creates an item body for a dialog.