Uses of Interface
io.papermc.paper.registry.data.dialog.input.TextDialogInput.Builder
Packages that use TextDialogInput.Builder
Package
Description
Dialog inputs for Paper API.
-
Uses of TextDialogInput.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return TextDialogInput.BuilderModifier and TypeMethodDescription -
Uses of TextDialogInput.Builder in io.papermc.paper.registry.data.dialog.input
Methods in io.papermc.paper.registry.data.dialog.input that return TextDialogInput.BuilderModifier and TypeMethodDescriptionSets the initial value of the input.TextDialogInput.Builder.labelVisible
(boolean labelVisible) Sets whether the label should be visible.TextDialogInput.Builder.maxLength
(@org.jetbrains.annotations.Range(from=1L, to=2147483647L) int maxLength) Sets the maximum length of the input.TextDialogInput.Builder.multiline
(@Nullable TextDialogInput.MultilineOptions multiline) Sets the multiline options for the input.static TextDialogInput.Builder
Creates a new builder for a text dialog input.TextDialogInput.Builder.width
(@org.jetbrains.annotations.Range(from=1L, to=1024L) int width) Sets the width of the input.