Uses of Class
net.md_5.bungee.api.dialog.input.BooleanInput
Packages that use BooleanInput
Package
Description
Represents the various input controls which may be present on form dialogs.
-
Uses of BooleanInput in net.md_5.bungee.api.dialog.input
Methods in net.md_5.bungee.api.dialog.input that return BooleanInputModifier and TypeMethodDescriptionThe initial value (default: false/unchecked).BooleanInput.label(@NonNull BaseComponent label) The input label.The string value to be submitted when false/unchecked (default: "false").The string value to be submitted when true/checked (default: "true").