Uses of Class
net.md_5.bungee.api.dialog.input.NumberRangeInput
Packages that use NumberRangeInput
-
Uses of NumberRangeInput in net.md_5.bungee.api.dialog.input
Methods in net.md_5.bungee.api.dialog.input that return NumberRangeInputModifier and TypeMethodDescriptionNumberRangeInput.end(float end) The end position of the slider (rightmost position)The initial value of number input, or null to fall back to the middleNumberRangeInput.label(BaseComponent label) The label of the sliderNumberRangeInput.labelFormat(String labelFormat) NumberRangeInput.start(float start) The start position of the slider (leftmost position)The steps in which the input will be increased or decreased, or null if no specific stepsNumberRangeInput.width(int width) The width of the input (default 200)