Uses of Enum Class
net.bonn2.modules.settings.types.Setting.Type
Packages that use Setting.Type
-
Uses of Setting.Type in net.bonn2.modules.settings
Methods in net.bonn2.modules.settings that return Setting.TypeModifier and TypeMethodDescriptionstatic Setting.TypeSettings.getRegisteredSettingType(Module module, String key) Methods in net.bonn2.modules.settings that return types with arguments of type Setting.TypeModifier and TypeMethodDescriptionstatic Map<String,Setting.Type> Settings.getRegisteredSettings(String module) Methods in net.bonn2.modules.settings with parameters of type Setting.Type -
Uses of Setting.Type in net.bonn2.modules.settings.types
Methods in net.bonn2.modules.settings.types that return Setting.TypeModifier and TypeMethodDescriptionstatic Setting.TypeSetting.Type.fromString(@NotNull String string) static Setting.TypeReturns the enum constant of this class with the specified name.static Setting.Type[]Setting.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bonn2.modules.settings.types with parameters of type Setting.TypeModifier and TypeMethodDescriptionstatic SettingSetting.of(@NotNull String value, Setting.Type type) Creates a setting of type-type with the value-value