Uses of Interface
io.papermc.paper.registry.data.dialog.input.DialogInput
Packages that use DialogInput
Package
Description
Dialog inputs for Paper API.
-
Uses of DialogInput in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return types with arguments of type DialogInputMethod parameters in io.papermc.paper.registry.data.dialog with type arguments of type DialogInputModifier and TypeMethodDescriptionDialogBase.Builder.inputs(List<? extends DialogInput> inputs) Sets the inputs of the dialog. -
Uses of DialogInput in io.papermc.paper.registry.data.dialog.input
Subinterfaces of DialogInput in io.papermc.paper.registry.data.dialog.inputModifier and TypeInterfaceDescriptioninterfaceA boolean dialog input.interfaceA number range dialog input.interfaceA single option dialog input.interfaceA text dialog input.