Uses of Interface
io.papermc.paper.registry.data.dialog.body.DialogBody
Packages that use DialogBody
Package
Description
This package contains classes related to dialog bodies in the Paper API.
-
Uses of DialogBody in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return types with arguments of type DialogBodyMethod parameters in io.papermc.paper.registry.data.dialog with type arguments of type DialogBodyModifier and TypeMethodDescriptionDialogBase.Builder.body
(List<? extends DialogBody> body) Sets the body of the dialog.static DialogBase
DialogBase.create
(Component title, @Nullable Component externalTitle, boolean canCloseWithEscape, boolean pause, DialogBase.DialogAfterAction afterAction, List<? extends DialogBody> body, List<? extends DialogInput> inputs) Creates a new dialog base. -
Uses of DialogBody in io.papermc.paper.registry.data.dialog.body
Subinterfaces of DialogBody in io.papermc.paper.registry.data.dialog.bodyModifier and TypeInterfaceDescriptioninterface
An item body for a dialog.interface
A plain message body for a dialog.