Uses of Interface
org.bukkit.plugin.PluginLoader
-
Packages that use PluginLoader Package Description org.bukkit.plugin Classes specifically relating to loading software modules at runtime.org.bukkit.plugin.java Classes for handlingpluginswritten in java. -
-
Uses of PluginLoader in org.bukkit.plugin
Methods in org.bukkit.plugin that return PluginLoader Modifier and Type Method Description @NotNull PluginLoaderPlugin. getPluginLoader()Gets the associated PluginLoader responsible for this pluginMethod parameters in org.bukkit.plugin with type arguments of type PluginLoader Modifier and Type Method Description voidPluginManager. registerInterface(@NotNull Class<? extends PluginLoader> loader)Registers the specified plugin loadervoidSimplePluginManager. registerInterface(@NotNull Class<? extends PluginLoader> loader)Registers the specified plugin loader -
Uses of PluginLoader in org.bukkit.plugin.java
Classes in org.bukkit.plugin.java that implement PluginLoader Modifier and Type Class Description classJavaPluginLoaderRepresents a Java plugin loader, allowing plugins in the form of .jarMethods in org.bukkit.plugin.java that return PluginLoader Modifier and Type Method Description @NotNull PluginLoaderJavaPlugin. getPluginLoader()Gets the associated PluginLoader responsible for this plugin
-