Uses of Interface
io.papermc.paper.registry.data.dialog.body.ItemDialogBody.Builder
Packages that use ItemDialogBody.Builder
Package
Description
This package contains classes related to dialog bodies in the Paper API.
-
Uses of ItemDialogBody.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return ItemDialogBody.BuilderModifier and TypeMethodDescriptionDialogInstancesProvider.itemDialogBodyBuilder
(ItemStack itemStack) -
Uses of ItemDialogBody.Builder in io.papermc.paper.registry.data.dialog.body
Methods in io.papermc.paper.registry.data.dialog.body that return ItemDialogBody.BuilderModifier and TypeMethodDescriptionItemDialogBody.Builder.description
(@Nullable PlainMessageDialogBody description) Sets the description of the item dialog body, or null if not set.ItemDialogBody.Builder.height
(@org.jetbrains.annotations.Range(from=1L, to=256L) int height) Sets the height of the item body.static ItemDialogBody.Builder
Creates a new item dialog body builder.ItemDialogBody.Builder.showDecorations
(boolean showDecorations) Sets whether to show decorations around the item.ItemDialogBody.Builder.showTooltip
(boolean showTooltip) Sets whether to show a tooltip for the item.ItemDialogBody.Builder.width
(@org.jetbrains.annotations.Range(from=1L, to=256L) int width) Sets the width of the item body.