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.