Uses of Class
net.runelite.client.ui.overlay.worldmap.WorldMapPoint.WorldMapPointBuilder
-
Packages that use WorldMapPoint.WorldMapPointBuilder Package Description net.runelite.client.ui.overlay.worldmap -
-
Uses of WorldMapPoint.WorldMapPointBuilder in net.runelite.client.ui.overlay.worldmap
Classes in net.runelite.client.ui.overlay.worldmap with type parameters of type WorldMapPoint.WorldMapPointBuilder 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 that return WorldMapPoint.WorldMapPointBuilder Modifier and Type Method Description static WorldMapPoint.WorldMapPointBuilder<?,?>
WorldMapPoint. builder()
Constructors in net.runelite.client.ui.overlay.worldmap with parameters of type WorldMapPoint.WorldMapPointBuilder Constructor Description WorldMapPoint(WorldMapPoint.WorldMapPointBuilder<?,?> b)
-