Package io.github.projectunified.unidialog.core.input
package io.github.projectunified.unidialog.core.input
-
InterfacesClassDescriptionBooleanInput<T extends BooleanInput<T>>Interface for boolean input types in a dialog.Interface for building dialog inputs.NumberRangeInput<T extends NumberRangeInput<T>>Interface for number range input in a dialog.SingleOptionInput<T extends SingleOptionInput<T>>Interface for single option input types in a dialog.Interface for text input types in a dialog.