Package org.spongepowered.api.command.parameter.managed.standard
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.command.parameter.managed.standard
-
ClassDescriptionA
ValueParameter
that can be identified with akey
.Class containing commonparameters
.Builders and factory for parameters that require configuration.A builder that creates aValueParameter
that tries to match an argument against a dynamic set of choices and returns an appropriate object based on the supplied argument.A factory that createsValueParameter
s or their builders.A builder that createsValueParameter
s that requires a specific sequence of arguments.VariableValueParameters.NumberRangeBuilder<T extends Number>A builder that creates a parameter that can parse a boundedNumber
.A builder that creates aValueParameter
that attempts to get a specificregistry
entry by the supplied ID.A builder that creates aValueParameter
that tries to match an argument against a fixed set of choices and returns an appropriate object based on the supplied argument.A builder that creates a parameter that serializes strings intoComponent
.