Uses of Class
com.velocitypowered.api.plugin.meta.PluginDependency
Packages that use PluginDependency
-
Uses of PluginDependency in com.velocitypowered.api.plugin
Methods in com.velocitypowered.api.plugin that return types with arguments of type PluginDependencyModifier and TypeMethodDescriptiondefault Collection<PluginDependency>
PluginDescription.getDependencies()
Gets aCollection
of all dependencies of thePlugin
within this container.default Optional<PluginDependency>
PluginDescription.getDependency
(String id)