Uses of Class
cloud.commandframework.arguments.standard.BooleanArgument.Builder
-
Packages that use BooleanArgument.Builder Package Description cloud.commandframework.arguments.standard Standard command argument types -
-
Uses of BooleanArgument.Builder in cloud.commandframework.arguments.standard
Methods in cloud.commandframework.arguments.standard that return BooleanArgument.Builder Modifier and Type Method Description static <C> @NonNull BooleanArgument.Builder<C>
BooleanArgument. newBuilder(@NonNull String name)
Create a new builder@NonNull BooleanArgument.Builder<C>
BooleanArgument.Builder. withLiberal(boolean liberal)
Set the liberal toggle
-