Uses of Class
org.bukkit.plugin.java.JavaPluginLoader
Packages that use JavaPluginLoader
-
Uses of JavaPluginLoader in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java with parameters of type JavaPluginLoaderModifier and TypeMethodDescriptionprotected PluginClassLoaderJavaPluginLoader.newPluginLoader(JavaPluginLoader loader, ClassLoader parent, PluginDescriptionFile description, File dataFolder, File file, ClassLoader libraryLoader) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.bukkit.plugin.java with parameters of type JavaPluginLoaderModifierConstructorDescriptionprotectedJavaPlugin(@NotNull JavaPluginLoader loader, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file) PluginClassLoader(@NotNull JavaPluginLoader loader, @Nullable ClassLoader parent, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file, @Nullable ClassLoader libraryLoader)