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 interfaceQueryType.NoParamA type of query that requires no parameters.static interfaceQueryType.OneParam<T>A type of query that requires one parameter.static interfaceQueryType.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
-
-