Uses of Class
net.runelite.client.ui.overlay.worldmap.WorldMapPoint
-
Packages that use WorldMapPoint Package Description net.runelite.client.plugins.party.data net.runelite.client.ui.overlay.worldmap -
-
Uses of WorldMapPoint in net.runelite.client.plugins.party.data
Methods in net.runelite.client.plugins.party.data that return WorldMapPoint Modifier and Type Method Description WorldMapPoint
PartyData. getWorldMapPoint()
Constructors in net.runelite.client.plugins.party.data with parameters of type WorldMapPoint Constructor Description PartyData(long memberId, WorldMapPoint worldMapPoint)
-
Uses of WorldMapPoint in net.runelite.client.ui.overlay.worldmap
Classes in net.runelite.client.ui.overlay.worldmap with type parameters of type WorldMapPoint Modifier and Type Class Description static class
WorldMapPoint.WorldMapPointBuilder<C extends WorldMapPoint,B extends WorldMapPoint.WorldMapPointBuilder<C,B>>
Methods in net.runelite.client.ui.overlay.worldmap with parameters of type WorldMapPoint Modifier and Type Method Description void
WorldMapPointManager. add(WorldMapPoint worldMapPoint)
void
WorldMapPointManager. remove(WorldMapPoint worldMapPoint)
Method parameters in net.runelite.client.ui.overlay.worldmap with type arguments of type WorldMapPoint Modifier and Type Method Description void
WorldMapPointManager. removeIf(Predicate<WorldMapPoint> filter)
-