Uses of Class
net.runelite.client.game.FishingSpot
-
Packages that use FishingSpot Package Description net.runelite.client.game -
-
Uses of FishingSpot in net.runelite.client.game
Methods in net.runelite.client.game that return FishingSpot Modifier and Type Method Description static FishingSpot
FishingSpot. findSpot(int id)
static FishingSpot
FishingSpot. valueOf(String name)
Returns the enum constant of this type with the specified name.static FishingSpot[]
FishingSpot. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-