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.config.world 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 WorldQuerySLRWorlds. query() -
Uses of WorldQuery in org.rspeer.game.component
Methods in org.rspeer.game.component that return WorldQuery Modifier and Type Method Description static WorldQueryWorlds. query()static WorldQueryWorlds. queryAllNormal()static WorldQueryWorlds. queryNormal(boolean members) -
Uses of WorldQuery in org.rspeer.game.config.world
Methods in org.rspeer.game.config.world that return WorldQuery Modifier and Type Method Description WorldQueryWorldPreferenceProfile. 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 WorldQueryWorldQuery. activity(Predicate<String> activity)WorldQueryWorldQuery. current(boolean current)WorldQueryWorldQuery. flags(Predicate<EnumSet<World.Flag>> flags)WorldQueryWorldQuery. ids(int... ids)WorldQueryWorldQuery. locale(World.Location... location)WorldQueryWorldQuery. self()
-