Package org.spongepowered.api.command.parameter.managed
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.command.parameter.managed
-
ClassDescriptionRepresents a flag on a
Command
A builder for creatingFlag
s.Defines the completions for a parameter.A value parameter modifier is an alternative to attempting to create an element that extends/wraps around aValueParameter
, particularly those that are provided by Sponge on behalf of Minecraft or other underlying implementation.ValueParser<T>Defines how a parameter should be parsed.Defines the usage string for the parameter.