Uses of Interface
io.papermc.paper.registry.data.dialog.input.BooleanDialogInput.Builder
Packages that use BooleanDialogInput.Builder
Package
Description
Dialog inputs for Paper API.
-
Uses of BooleanDialogInput.Builder in io.papermc.paper.registry.data.dialog
Methods in io.papermc.paper.registry.data.dialog that return BooleanDialogInput.BuilderModifier and TypeMethodDescription -
Uses of BooleanDialogInput.Builder in io.papermc.paper.registry.data.dialog.input
Methods in io.papermc.paper.registry.data.dialog.input that return BooleanDialogInput.BuilderModifier and TypeMethodDescriptionstatic BooleanDialogInput.Builder
Creates a new builder for a boolean dialog input.BooleanDialogInput.Builder.initial
(boolean initial) Sets the initial value of the input.Sets the input's value in a template when the value is false.Sets the input's value in a template when the value is true.