Uses of Class
net.runelite.client.config.FlashNotification
-
Packages that use FlashNotification Package Description net.runelite.client.config -
-
Uses of FlashNotification in net.runelite.client.config
Methods in net.runelite.client.config that return FlashNotification Modifier and Type Method Description default FlashNotification
RuneLiteConfig. flashNotification()
FlashNotification
Notification. getFlash()
static FlashNotification
FlashNotification. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlashNotification[]
FlashNotification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.config with parameters of type FlashNotification Modifier and Type Method Description Notification
Notification. withFlash(FlashNotification flash)
Constructors in net.runelite.client.config with parameters of type FlashNotification Constructor Description Notification(boolean enabled, boolean initialized, boolean override, boolean tray, TrayIcon.MessageType trayIconType, RequestFocusType requestFocus, Notifier.NativeCustomOff sound, int volume, int timeout, boolean gameMessage, FlashNotification flash, Color flashColor, boolean sendWhenFocused)
-