Uses of Class
net.runelite.client.config.NotificationSound
-
Packages that use NotificationSound Package Description net.runelite.client.config -
-
Uses of NotificationSound in net.runelite.client.config
Methods in net.runelite.client.config that return NotificationSound Modifier and Type Method Description NotificationSound
Notification. getSound()
default NotificationSound
RuneLiteConfig. notificationSound()
static NotificationSound
NotificationSound. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationSound[]
NotificationSound. 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 NotificationSound Modifier and Type Method Description Notification
Notification. withSound(NotificationSound sound)
Constructors in net.runelite.client.config with parameters of type NotificationSound Constructor Description Notification(boolean enabled, boolean initialized, boolean override, boolean tray, TrayIcon.MessageType trayIconType, RequestFocusType requestFocus, NotificationSound sound, String soundName, int volume, int timeout, boolean gameMessage, FlashNotification flash, Color flashColor, boolean sendWhenFocused)
-