Uses of Interface
io.papermc.paper.plugin.configuration.PluginMeta
Package
Description
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of PluginMeta in com.destroystokyo.paper.utils
-
Uses of PluginMeta in io.papermc.paper.plugin.bootstrap
Modifier and TypeMethodDescriptionPluginProviderContext.getConfiguration()
Provides the plugin's configuration. -
Uses of PluginMeta in io.papermc.paper.plugin.provider.classloader
Modifier and TypeMethodDescriptionConfiguredPluginClassLoader.getConfiguration()
Provides the configuration of the plugin that this plugin classloader provides type access to. -
Uses of PluginMeta in io.papermc.paper.plugin.provider.entrypoint
Modifier and TypeMethodDescriptionboolean
DependencyContext.isTransitiveDependency
(@NotNull PluginMeta plugin, @NotNull PluginMeta depend) Computes if the passedPluginMeta
defined the passed dependency as a transitive dependency. -
Uses of PluginMeta in org.bukkit.plugin
Modifier and TypeClassDescriptionfinal class
This type is the runtime-container for the information in the plugin.yml.Modifier and TypeMethodDescriptionboolean
PluginManager.isTransitiveDependency
(PluginMeta pluginMeta, PluginMeta dependencyConfig) boolean
SimplePluginManager.isTransitiveDependency
(PluginMeta pluginMeta, PluginMeta dependencyConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PluginMeta in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionPluginClassLoader.getConfiguration()
final PluginMeta
JavaPlugin.getPluginMeta()
Modifier and TypeMethodDescriptionfinal void
JavaPlugin.init
(@NotNull Server server, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file, @NotNull ClassLoader classLoader, PluginMeta configuration)