Uses of Class
net.runelite.client.plugins.cluescrolls.clues.hotcold.HotColdTemperatureChange
-
Packages that use HotColdTemperatureChange Package Description net.runelite.client.plugins.cluescrolls.clues.hotcold -
-
Uses of HotColdTemperatureChange in net.runelite.client.plugins.cluescrolls.clues.hotcold
Methods in net.runelite.client.plugins.cluescrolls.clues.hotcold that return HotColdTemperatureChange Modifier and Type Method Description static HotColdTemperatureChange
HotColdTemperatureChange. of(String message)
static HotColdTemperatureChange
HotColdTemperatureChange. valueOf(String name)
Returns the enum constant of this type with the specified name.static HotColdTemperatureChange[]
HotColdTemperatureChange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.cluescrolls.clues.hotcold with parameters of type HotColdTemperatureChange Modifier and Type Method Description Set<HotColdLocation>
HotColdSolver. signal(WorldPoint worldPoint, HotColdTemperature temperature, HotColdTemperatureChange temperatureChange)
Process a hot-cold update given aWorldPoint
where a check occurred and the resulting temperature and temperature change discovered at that point.
-