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
ValueParameterthat can be identified with akey.Class containing commonparameters.Builders and factory for parameters that require configuration.A builder that creates aValueParameterthat tries to match an argument against a dynamic set of choices and returns an appropriate object based on the supplied argument.A factory that createsValueParameters or their builders.A builder that createsValueParameters 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 aValueParameterthat attempts to get a specificregistryentry by the supplied ID.A builder that creates aValueParameterthat 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.