Interface QueryType.NoParam
-
- All Superinterfaces:
DefaultedRegistryValue
,QueryType
- Enclosing interface:
- QueryType
public static interface QueryType.NoParam extends QueryType
A type of query that requires no parameters. It can directly be used as a query.
-
-
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
toQuery()
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-
-
-
Method Detail
-
toQuery
Query toQuery()
-
-