Uses of Interface
org.bukkit.plugin.PluginLoader
Package
Description
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of PluginLoader in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getPluginLoader()
Gets the associated PluginLoader responsible for this pluginModifier and TypeMethodDescriptionvoid
PluginManager.registerInterface(Class<? extends PluginLoader> loader)
Registers the specified plugin loadervoid
SimplePluginManager.registerInterface(Class<? extends PluginLoader> loader)
Registers the specified plugin loader -
Uses of PluginLoader in org.bukkit.plugin.java
Modifier and TypeClassDescriptionclass
Represents a Java plugin loader, allowing plugins in the form of .jarModifier and TypeMethodDescriptionJavaPlugin.getPluginLoader()
Gets the associated PluginLoader responsible for this plugin