Uses of Class
org.bukkit.plugin.InvalidPluginException
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of InvalidPluginException in org.bukkit
Modifier and TypeMethodDescriptionvoid
UnsafeValues.checkSupported
(PluginDescriptionFile pdf) Deprecated. -
Uses of InvalidPluginException in org.bukkit.plugin
Modifier and TypeMethodDescriptionPluginLoader.loadPlugin
(@NotNull File file) Deprecated, for removal: This API element is subject to removal in a future version.Loads the plugin contained in the specified filePluginManager.loadPlugin
(@NotNull File file) Loads the plugin in the specified fileSimplePluginManager.loadPlugin
(@NotNull File file) Deprecated, for removal: This API element is subject to removal in a future version.Loads the plugin in the specified file -
Uses of InvalidPluginException in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionJavaPluginLoader.loadPlugin
(@NotNull File file) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionPluginClassLoader
(@Nullable ClassLoader parent, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file, @Nullable ClassLoader libraryLoader, JarFile jarFile, DependencyContext dependencyContext)