Package org.rspeer.game.query.component
Class WorldQuery
java.lang.Object
org.rspeer.game.query.Query<World,WorldQuery,WorldQueryResults>
org.rspeer.game.query.component.WorldQuery
- All Implemented Interfaces:
Cloneable
,Predicate<World>
,SelfTyped<WorldQuery>
,Identifiable.Query<WorldQuery>
public class WorldQuery
extends Query<World,WorldQuery,WorldQueryResults>
implements Identifiable.Query<WorldQuery>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncurrent
(boolean current) flags
(Predicate<EnumSet<World.Flag>> flags) ids
(int... ids) locale
(World.Location... location) self()
boolean
-
Constructor Details
-
WorldQuery
-
-
Method Details
-
getDefaultProvider
- Specified by:
getDefaultProvider
in classQuery<World,
WorldQuery, WorldQueryResults>
-
flags
-
ids
- Specified by:
ids
in interfaceIdentifiable.Query<WorldQuery>
-
locale
-
current
-
test
- Specified by:
test
in interfacePredicate<World>
- Overrides:
test
in classQuery<World,
WorldQuery, WorldQueryResults>
-
self
- Specified by:
self
in interfaceSelfTyped<WorldQuery>
-