- getALlThreads() - Static method in class net.lenni0451.spm.utils.ThreadUtils
-
Get a Set of all running Threads
- getAllThreadsFromClassLoader(ClassLoader) - Static method in class net.lenni0451.spm.utils.ThreadUtils
-
Get a Set of all Threads started by a Class loaded from the given ClassLoader
- getBatchActionSuffix() - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
-
- getCommands(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get a List of all commands registered by Plugins
This only works if they are registered as PluginCommands
Anything using events or other methods to handle commands will not work
- getComment() - Method in class net.lenni0451.spm.messages.lines.CommentLine
-
- getField(Class<?>, Object, Class<? extends T>, int) - Static method in class net.lenni0451.spm.utils.ReflectionUtils
-
Get a value of a Field in a Class
The Field is specified by the type and index in the Class
- getFileName() - Method in class net.lenni0451.spm.utils.PluginInfo
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Commands_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Delete_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Disable_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Download_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Dump_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Enable_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Find_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Help_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Info_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.List_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Load_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Permissions_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Reload_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Restart_Sub
-
- getHelp(List<String>) - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Unload_Sub
-
- getHelp(List<String>) - Method in class net.lenni0451.spm.commands.subs.Update_Sub
-
- getId() - Method in class net.lenni0451.spm.utils.PluginInfo
-
- getIndents(String, char) - Static method in class com.tchristofferson.configupdater.KeyBuilder
-
- getInstalledPlugins() - Method in class net.lenni0451.spm.PluginManager
-
- getInstalledPlugins() - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
-
- getInstalledVersion() - Method in class net.lenni0451.spm.utils.PluginInfo
-
- getInstance() - Static method in class net.lenni0451.spm.PluginManager
-
- getKey() - Method in class net.lenni0451.spm.messages.lines.TranslationLine
-
- getLastKey() - Method in class com.tchristofferson.configupdater.KeyBuilder
-
- getLine() - Method in interface net.lenni0451.spm.messages.IMessagesLine
-
- getLine() - Method in class net.lenni0451.spm.messages.lines.CommentLine
-
- getLine() - Method in class net.lenni0451.spm.messages.lines.TextLine
-
- getLine() - Method in class net.lenni0451.spm.messages.lines.TranslationLine
-
- getMaterial(String...) - Static method in class net.lenni0451.spm.utils.VersionMaterial
-
Get a Material from a version specific name
- getName() - Method in class net.lenni0451.spm.utils.PluginInfo
-
- getNewestVersion() - Static method in class net.lenni0451.spm.utils.DownloadUtils
-
Get the newest plugin manager version from github
- getPlugin(String) - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get a Plugin instance by its name
- getPluginDescription(File) - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get the PluginDescriptionFile of a plugin jar
- getPluginFile(Plugin) - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get the File of the Plugin jar
This tries calling the JavaPlugin.getFile() method first
If that fails, all PluginDescriptionFiles are searched for the name of the Plugin
- getPluginInfo(String) - Method in class net.lenni0451.spm.utils.InstalledPluginsConfig
-
- getPluginManager() - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get the PluginManager instance of the server
- getPlugins() - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get an array of all loaded Plugins
- getPluginsByLoadOrder() - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get a List of all Plugins sorted by their dependencies
Loading all Plugins in the correct order is important for the correct functioning of the Plugins
- getPluginsDirectory() - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get the plugins directory
- getPluginUtils() - Method in class net.lenni0451.spm.PluginManager
-
- getSpigotMcPluginInfo(int) - Static method in class net.lenni0451.spm.utils.DownloadUtils
-
Get the information about a plugin on spigotmc
Please check spiget documentation for more information
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Commands_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Delete_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Disable_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Download_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Dump_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Enable_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Find_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Help_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Info_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.List_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Load_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Permissions_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Reload_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Restart_Sub
-
- getTabComplete(List<String>, String[]) - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Unload_Sub
-
- getTabComplete(List<String>, String[]) - Method in class net.lenni0451.spm.commands.subs.Update_Sub
-
- getText() - Method in class net.lenni0451.spm.messages.lines.TextLine
-
- getUpdateDirectory() - Method in class net.lenni0451.spm.utils.PluginUtils
-
Get the update directory for plugins
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Commands_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Delete_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Disable_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Download_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Dump_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Enable_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Find_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Gui_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Help_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Info_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.List_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Load_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Permissions_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Reload_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.ReloadConfig_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Restart_Sub
-
- getUsage() - Method in interface net.lenni0451.spm.commands.subs.types.ISubCommand
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Unload_Sub
-
- getUsage() - Method in class net.lenni0451.spm.commands.subs.Update_Sub
-
- getValue() - Method in class net.lenni0451.spm.messages.lines.TranslationLine
-
- Gui_Sub - Class in net.lenni0451.spm.commands.subs
-
- Gui_Sub() - Constructor for class net.lenni0451.spm.commands.subs.Gui_Sub
-