Uses of Class
wbs.utils.util.plugin.WbsPlugin
Packages that use WbsPlugin
Package
Description
A variety of Util classes, with more specific utilities in sub-packages.
Utilities for making tab completable commands in a structural way, as opposed to large command parsing methods.
A variety of database utilities, primarily making use of SQLite, with some utils for generic games.
An inventory-based menu framework for ease of development.
Plugin related utilities that can be used by all plugins.
-
Uses of WbsPlugin in wbs.utils
-
Uses of WbsPlugin in wbs.utils.util
Constructors in wbs.utils.util with parameters of type WbsPlugin -
Uses of WbsPlugin in wbs.utils.util.commands
Constructors in wbs.utils.util.commands with parameters of type WbsPluginModifierConstructorDescriptionWbsCommand(WbsPlugin plugin, org.bukkit.command.PluginCommand command) WbsCommandNode(WbsPlugin plugin, String label) WbsErrorsSubcommand(WbsPlugin plugin) WbsReloadSubcommand(WbsPlugin plugin) WbsSubcommand(@NotNull WbsPlugin plugin, @NotNull String label) -
Uses of WbsPlugin in wbs.utils.util.database
Fields in wbs.utils.util.database declared as WbsPluginModifier and TypeFieldDescriptionprotected final WbsPluginAbstractDataManager.pluginThe relatedWbsPlugin.Methods in wbs.utils.util.database that return WbsPluginConstructors in wbs.utils.util.database with parameters of type WbsPluginModifierConstructorDescriptionAbstractDataManager(WbsPlugin plugin, WbsTable table) ConnectionWrapper(WbsPlugin plugin, WbsDatabase database) Creates a connection wrapper related to the given Wbs wrappers.WbsDatabase(WbsPlugin plugin, String dbName) -
Uses of WbsPlugin in wbs.utils.util.plugin
Fields in wbs.utils.util.plugin declared as WbsPluginModifier and TypeFieldDescriptionprotected @NotNull WbsPluginWbsMessenger.pluginprotected WbsPluginWbsSettings.pluginConstructors in wbs.utils.util.plugin with parameters of type WbsPluginModifierConstructorDescriptionWbsMessageBuilder(@NotNull WbsPlugin plugin, String message) WbsMessenger(@NotNull WbsPlugin plugin) protectedWbsSettings(WbsPlugin plugin)