Interface QueryType.TwoParam<T1,T2>
-
- Type Parameters:
T1
- The first parameter type for the queryT2
- The second parameter type for the query
- All Superinterfaces:
DefaultedRegistryValue
,QueryType
- Enclosing interface:
- QueryType
public static interface QueryType.TwoParam<T1,T2> extends QueryType
A type of query that requires two parameters.
-
-
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(T1 param1, T2 param2)
Returns the query for given parameters.-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-