Uses of Interface
io.papermc.paper.dialog.DialogResponseView
Packages that use DialogResponseView
Package
Description
This package contains classes related to dialog actions in the Paper API.
-
Uses of DialogResponseView in io.papermc.paper.event.player
Methods in io.papermc.paper.event.player that return DialogResponseViewModifier and TypeMethodDescriptionabstract @Nullable DialogResponseView
PlayerCustomClickEvent.getDialogResponseView()
The dialog response view of the custom click event. -
Uses of DialogResponseView in io.papermc.paper.registry.data.dialog.action
Methods in io.papermc.paper.registry.data.dialog.action with parameters of type DialogResponseViewModifier and TypeMethodDescriptionvoid
DialogActionCallback.accept
(DialogResponseView response, Audience audience) Handles a dialog action.