Uses of Class
net.bonn2.modules.Module
Packages that use Module
Package
Description
-
Uses of Module in net.bonn2
Modifier and TypeMethodDescriptionstatic @Nullable ModuleBot.getModuleIgnoreCase(@NotNull String name) Gets aModuleby a specified name -
Uses of Module in net.bonn2.modules.basic
Subclasses of Module in net.bonn2.modules.basic -
Uses of Module in net.bonn2.modules.config
Subclasses of Module in net.bonn2.modules.config -
Uses of Module in net.bonn2.modules.logging
Subclasses of Module in net.bonn2.modules.loggingMethods in net.bonn2.modules.logging with parameters of type Module -
Uses of Module in net.bonn2.modules.settings
Subclasses of Module in net.bonn2.modules.settingsMethods in net.bonn2.modules.settings with parameters of type ModuleModifier and TypeMethodDescriptionstatic SettingGet the value of aSetting, or a default valuestatic Setting.TypeSettings.getRegisteredSettingType(Module module, String key) Settings.getSettings(@NotNull Module module) static booleanSettings.hasSetting(@NotNull Module module, String key) Check if a setting is registeredstatic voidSettings.register(@NotNull Module module, String key, Setting.Type type, String unSet, String description) static intSettings.registeredSettingsCount(@NotNull Module module) static booleanstatic booleanstatic booleanstatic booleanSets aSettingback to the default.