Uses of Enum Class
wizardquest.settings.SettingsEnum
Packages that use SettingsEnum
-
Uses of SettingsEnum in wizardquest.settings
Methods in wizardquest.settings that return SettingsEnumModifier and TypeMethodDescriptionstatic SettingsEnumReturns the enum constant of this class with the specified name.static SettingsEnum[]SettingsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SettingsEnum in wizardquest.telemetry
Methods in wizardquest.telemetry that return SettingsEnumModifier and TypeMethodDescriptionSettingsChangeEvent.getSetting()Gets the name of the setting being changedConstructors in wizardquest.telemetry with parameters of type SettingsEnumModifierConstructorDescriptionSettingsChangeEvent(String userID, Instant timeStamp, SettingsEnum setting, String settingValue) Constructor for the settings change telemetry event.