Uses of Class
org.bukkit.plugin.java.JavaPlugin
Packages that use JavaPlugin
-
Uses of JavaPlugin in io.papermc.paper.plugin.bootstrap
Methods in io.papermc.paper.plugin.bootstrap that return JavaPluginModifier and TypeMethodDescriptiondefault @NotNull JavaPlugin
PluginBootstrap.createPlugin
(@NotNull PluginProviderContext context) Called by the server to instantiate your main class. -
Uses of JavaPlugin in io.papermc.paper.plugin.provider.classloader
Methods in io.papermc.paper.plugin.provider.classloader that return JavaPluginModifier and TypeMethodDescriptionConfiguredPluginClassLoader.getPlugin()
Gets the plugin held by this class loader.Methods in io.papermc.paper.plugin.provider.classloader with parameters of type JavaPluginModifier and TypeMethodDescriptionvoid
ConfiguredPluginClassLoader.init
(JavaPlugin plugin) Initializes both this configured plugin class loader and the java plugin passed to link to each other. -
Uses of JavaPlugin in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java with type parameters of type JavaPluginModifier and TypeMethodDescriptionstatic <T extends JavaPlugin>
TThis method provides fast access to the plugin that hasprovided
the given plugin class, which is usually the plugin that implemented it.Methods in org.bukkit.plugin.java that return JavaPluginModifier and TypeMethodDescriptionPluginClassLoader.getPlugin()
static @NotNull JavaPlugin
JavaPlugin.getProvidingPlugin
(@NotNull Class<?> clazz) This method provides fast access to the plugin that has provided the given class.Methods in org.bukkit.plugin.java with parameters of type JavaPluginModifier and TypeMethodDescriptionvoid
PluginClassLoader.init
(JavaPlugin plugin) void
PluginClassLoader.initialize
(@NotNull JavaPlugin javaPlugin)