Interface QueryType.OneParam<T>
-
- Type Parameters:
T
- The parameter type for the query
- All Superinterfaces:
DefaultedRegistryValue
,QueryType
- Enclosing interface:
- QueryType
public static interface QueryType.OneParam<T> extends QueryType
A type of query that requires one parameter.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.item.inventory.query.QueryType
QueryType.NoParam, QueryType.OneParam<T>, QueryType.TwoParam<T1,T2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Query
of(T param)
Returns the query for given parameter.-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-