Package net.openosrs.api.service.map
Class MapService
- java.lang.Object
-
- net.openosrs.api.service.map.MapService
-
@Singleton public class MapService extends java.lang.ObjectLoaded region, instance, and nested world-view readback.
-
-
Constructor Summary
Constructors Constructor Description MapService(net.runelite.api.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorldViewSnapshotcurrent()booleanisInstance()booleanisLoaded(net.runelite.api.coords.WorldPoint point)int[]loadedRegions()java.util.List<WorldViewSnapshot>worldViews()
-
-
-
Method Detail
-
current
public WorldViewSnapshot current()
-
worldViews
public java.util.List<WorldViewSnapshot> worldViews()
-
isInstance
public boolean isInstance()
-
loadedRegions
public int[] loadedRegions()
-
isLoaded
public boolean isLoaded(net.runelite.api.coords.WorldPoint point)
-
-