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