Uses of Interface
io.papermc.paper.registry.data.dialog.input.NumberRangeDialogInput
Packages that use NumberRangeDialogInput
-
Uses of NumberRangeDialogInput in io.papermc.paper.registry.data.dialog.input
Methods in io.papermc.paper.registry.data.dialog.input that return NumberRangeDialogInputModifier and TypeMethodDescriptionNumberRangeDialogInput.Builder.build()
Builds the instance with the configured values.static NumberRangeDialogInput
DialogInput.numberRange
(String key, @org.jetbrains.annotations.Range(from=1L, to=1024L) int width, Component label, String labelFormat, float start, float end, @Nullable Float initial, @Positive @Nullable Float step) Creates a number range dialog input.