Uses of Class
org.rspeer.game.adapter.component.World
-
Packages that use World Package Description jag.game org.rspeer.game org.rspeer.game.component org.rspeer.game.query.component org.rspeer.game.query.results -
-
Uses of World in jag.game
Methods in jag.game with parameters of type World Modifier and Type Method Description default void
RSClient. setWorld(World world)
-
Uses of World in org.rspeer.game
Methods in org.rspeer.game that return types with arguments of type World Modifier and Type Method Description static List<World>
SLRWorlds. load()
-
Uses of World in org.rspeer.game.component
Methods in org.rspeer.game.component that return World Modifier and Type Method Description static World
Worlds. getLocalWorld()
Methods in org.rspeer.game.component with parameters of type World Modifier and Type Method Description static boolean
Worlds. hopTo(World world)
-
Uses of World in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component that return types with arguments of type World Modifier and Type Method Description Supplier<List<World>>
WorldQuery. getDefaultProvider()
Methods in org.rspeer.game.query.component with parameters of type World Modifier and Type Method Description boolean
WorldQuery. test(World world)
Constructor parameters in org.rspeer.game.query.component with type arguments of type World Constructor Description WorldQuery(Supplier<List<World>> provider)
-
Uses of World in org.rspeer.game.query.results
Constructor parameters in org.rspeer.game.query.results with type arguments of type World Constructor Description WorldQueryResults(Collection<World> results)
-