Uses of Class
org.rspeer.game.query.component.WorldQuery
-
Packages that use WorldQuery Package Description org.rspeer.game org.rspeer.game.component org.rspeer.game.query.component -
-
Uses of WorldQuery in org.rspeer.game
Methods in org.rspeer.game that return WorldQuery Modifier and Type Method Description static WorldQuery
SLRWorlds. query()
-
Uses of WorldQuery in org.rspeer.game.component
Methods in org.rspeer.game.component that return WorldQuery Modifier and Type Method Description static WorldQuery
Worlds. query()
static WorldQuery
Worlds. queryAllNormal()
static WorldQuery
Worlds. queryNormal(boolean members)
-
Uses of WorldQuery in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component that return WorldQuery Modifier and Type Method Description WorldQuery
WorldQuery. current(boolean current)
WorldQuery
WorldQuery. flags(Predicate<EnumSet<World.Flag>> flags)
WorldQuery
WorldQuery. ids(int... ids)
WorldQuery
WorldQuery. locale(World.Location... location)
WorldQuery
WorldQuery. self()
-