Uses of Interface
io.papermc.paper.registry.data.dialog.input.TextDialogInput
Packages that use TextDialogInput
-
Uses of TextDialogInput in io.papermc.paper.registry.data.dialog.input
Methods in io.papermc.paper.registry.data.dialog.input that return TextDialogInputModifier and TypeMethodDescriptionTextDialogInput.Builder.build()
Builds the text dialog input.static TextDialogInput
DialogInput.text
(String key, @org.jetbrains.annotations.Range(from=1L, to=1024L) int width, Component label, boolean labelVisible, String initial, @org.jetbrains.annotations.Range(from=1L, to=2147483647L) int maxLength, @Nullable TextDialogInput.MultilineOptions multilineOptions) Creates a text dialog input.