Interface AdventureBooleanInput<T extends AdventureBooleanInput<T>>
- Type Parameters:
T- the type of the input, for method chaining
- All Superinterfaces:
AdventureSupport,io.github.projectunified.unidialog.core.input.BooleanInput<T>
public interface AdventureBooleanInput<T extends AdventureBooleanInput<T>>
extends io.github.projectunified.unidialog.core.input.BooleanInput<T>, AdventureSupport
An extension of
BooleanInput that provides additional methods for handling Component labels.-
Method Summary
Methods inherited from interface io.github.projectunified.unidialog.adventure.support.AdventureSupport
deserialize, getComponentDeserializerMethods inherited from interface io.github.projectunified.unidialog.core.input.BooleanInput
initial, onFalse, onTrue
-
Method Details
-
label
Set the label for the input.- Parameters:
label- the label to display for the input- Returns:
- the current instance for method chaining
-
label
- Specified by:
labelin interfaceio.github.projectunified.unidialog.core.input.BooleanInput<T extends AdventureBooleanInput<T>>
-