Uses of Interface
io.papermc.paper.registry.data.dialog.input.NumberRangeDialogInput.Builder
Packages that use NumberRangeDialogInput.Builder
Package
Description
Dialog inputs for Paper API.
-
Uses of NumberRangeDialogInput.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return NumberRangeDialogInput.BuilderModifier and TypeMethodDescription -
Uses of NumberRangeDialogInput.Builder in io.papermc.paper.registry.data.dialog.input
Methods in io.papermc.paper.registry.data.dialog.input that return NumberRangeDialogInput.BuilderModifier and TypeMethodDescriptionSets the initial value for the input.NumberRangeDialogInput.Builder.labelFormat
(String labelFormat) Sets the format for the label.DialogInput.numberRange
(String key, Component label, float start, float end) Creates a new builder for a number range dialog input.Sets the step of the range.NumberRangeDialogInput.Builder.width
(@org.jetbrains.annotations.Range(from=1L, to=1024L) int width) Sets the width of the input.