Interface QueryType
-
- All Superinterfaces:
DefaultedRegistryValue
- All Known Subinterfaces:
QueryType.NoParam
,QueryType.OneParam<T>
,QueryType.TwoParam<T1,T2>
@CatalogedBy(QueryTypes.class) public interface QueryType extends DefaultedRegistryValue
Represents a possible type of operation for aninventory query
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
QueryType.NoParam
A type of query that requires no parameters.static interface
QueryType.OneParam<T>
A type of query that requires one parameter.static interface
QueryType.TwoParam<T1,T2>
A type of query that requires two parameters.
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-