- getCommand(String) - Method in class dev.siris.module.Module
-
Gets the command with the given name, specific to this plugin.
- getCommandMap() - Method in class dev.siris.module.ModuleManager
-
- getConfig() - Method in class dev.siris.module.Module
-
- getDataFolder() - Method in class dev.siris.module.Module
-
- getDefaultWorldGenerator(String, String) - Method in class dev.siris.module.Module
-
- getDescription() - Method in class dev.siris.module.Module
-
- getDisabledModule(Module) - Method in class dev.siris.module.ModuleManager
-
Gets the module (disabled)
- getDisabledModule(String) - Method in class dev.siris.module.ModuleManager
-
Gets the module with name (disabled)
- getDisabledModules() - Method in class dev.siris.module.ModuleManager
-
Gets all the inactive modules from this manager.
- getEnabledModule(String) - Method in class dev.siris.module.ModuleManager
-
Gets the enabled module with the given name.
- getEnabledModules() - Method in class dev.siris.module.ModuleManager
-
Gets all the active modules from this manager.
- getExecutor() - Method in class dev.siris.module.ModuleCommand
-
Gets the CommandExecutor associated with this command
- getLogger() - Method in class dev.siris.module.Module
-
- getModuleFile() - Method in class dev.siris.module.Module
-
- getModuleFolder() - Method in class dev.siris.module.ModuleManager
-
- getModules() - Method in class dev.siris.module.ModuleManager
-
Gets all modules loaded by the manager.
- getName() - Method in class dev.siris.module.Module
-
- getOwner() - Method in class dev.siris.module.Module
-
Gets the owning plugin of the module.
- getOwnerCommand(String) - Method in class dev.siris.module.Module
-
- getPlugin() - Method in class dev.siris.module.ModuleCommand
-
Gets the owner of this PluginCommand
- getPluginLoader() - Method in class dev.siris.module.Module
-
- getResource(String) - Method in class dev.siris.module.Module
-
- getServer() - Method in class dev.siris.module.Module
-
- getTabCompleter() - Method in class dev.siris.module.ModuleCommand
-
Gets the TabCompleter associated with this command.