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