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>, org.rspeer.commons.typing.SelfTyped<WorldQuery>, Identifiable.Query<WorldQuery>
public class WorldQuery
extends Query<World, WorldQuery, WorldQueryResults>
implements Identifiable.Query<WorldQuery>
-
Constructor Summary
Constructors -
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:
getDefaultProviderin classQuery<World, WorldQuery, WorldQueryResults>
-
flags
-
ids
- Specified by:
idsin interfaceIdentifiable.Query<WorldQuery>
-
locale
-
current
-
activity
-
test
- Specified by:
testin interfacePredicate<World>- Overrides:
testin classQuery<World, WorldQuery, WorldQueryResults>
-
self
- Specified by:
selfin interfaceorg.rspeer.commons.typing.SelfTyped<WorldQuery>
-