Interface ResourceKeyedValueParameter<T>
- Type Parameters:
- T- The type of value that the parameter will return.
- All Superinterfaces:
- DefaultedRegistryValue,- Keyed,- ResourceKeyed,- ValueCompleter,- ValueParameter<T>,- ValueParameter.Simple<T>,- ValueParser<T>,- ValueUsage
@CatalogedBy(ResourceKeyedValueParameters.class)
public interface ResourceKeyedValueParameter<T>
extends ValueParameter.Simple<T>, ResourceKeyed
A 
ValueParameter that can be identified with a key.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.api.command.parameter.managed.ValueParameterValueParameter.Simple<T>
- 
Method SummaryMethods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValueasDefaultedReference, findKey, keyMethods inherited from interface org.spongepowered.api.ResourceKeyedkeyMethods inherited from interface org.spongepowered.api.command.parameter.managed.ValueParameterusageMethods inherited from interface org.spongepowered.api.command.parameter.managed.ValueParameter.Simplecomplete, complete, parseValue, parseValueMethods inherited from interface org.spongepowered.api.command.parameter.managed.ValueParserclientCompletionType