Uses of Class
org.bukkit.plugin.InvalidPluginException
-
Packages that use InvalidPluginException Package Description org.bukkit More generalized classes in the API.org.bukkit.plugin Classes specifically relating to loading software modules at runtime.org.bukkit.plugin.java Classes for handlingplugins
written in java. -
-
Uses of InvalidPluginException in org.bukkit
Methods in org.bukkit that throw InvalidPluginException Modifier and Type Method Description void
UnsafeValues. checkSupported(PluginDescriptionFile pdf)
Deprecated. -
Uses of InvalidPluginException in org.bukkit.plugin
Methods in org.bukkit.plugin that throw InvalidPluginException Modifier and Type Method Description Plugin
PluginLoader. loadPlugin(File file)
Loads the plugin contained in the specified filePlugin
PluginManager. loadPlugin(File file)
Loads the plugin in the specified filePlugin
SimplePluginManager. loadPlugin(File file)
Loads the plugin in the specified file -
Uses of InvalidPluginException in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java that throw InvalidPluginException Modifier and Type Method Description Plugin
JavaPluginLoader. loadPlugin(File file)
-