Uses of Interface
io.papermc.paper.registry.data.dialog.type.DialogType
Packages that use DialogType
Package
Description
Dialog types for the Paper API.
-
Uses of DialogType in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return DialogTypeMethods in io.papermc.paper.registry.data.dialog with parameters of type DialogTypeModifier and TypeMethodDescriptionDialogRegistryEntry.Builder.type(DialogType dialogType) Sets the type of dialog for this entry. -
Uses of DialogType in io.papermc.paper.registry.data.dialog.type
Subinterfaces of DialogType in io.papermc.paper.registry.data.dialog.typeModifier and TypeInterfaceDescriptioninterfaceRepresents a confirmation dialog.interfaceRepresents a dialog that displays a list of dialogs.interfaceRepresents a dialog that allows multiple actions to be performed.interfaceRepresents a notice dialog.interfaceRepresents a server links dialog that displays links.