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