Uses of Class
net.runelite.client.Notifier.NativeCustomOff
-
Packages that use Notifier.NativeCustomOff Package Description net.runelite.client net.runelite.client.config -
-
Uses of Notifier.NativeCustomOff in net.runelite.client
Methods in net.runelite.client that return Notifier.NativeCustomOff Modifier and Type Method Description static Notifier.NativeCustomOff
Notifier.NativeCustomOff. valueOf(String name)
Returns the enum constant of this type with the specified name.static Notifier.NativeCustomOff[]
Notifier.NativeCustomOff. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Notifier.NativeCustomOff in net.runelite.client.config
Methods in net.runelite.client.config that return Notifier.NativeCustomOff Modifier and Type Method Description Notifier.NativeCustomOff
Notification. getSound()
default Notifier.NativeCustomOff
RuneLiteConfig. notificationSound()
Methods in net.runelite.client.config with parameters of type Notifier.NativeCustomOff Modifier and Type Method Description Notification
Notification. withSound(Notifier.NativeCustomOff sound)
Constructors in net.runelite.client.config with parameters of type Notifier.NativeCustomOff 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)
-