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 aCollectionof all dependencies of thePluginwithin this container.default Optional<PluginDependency> PluginDescription.getDependency(String id) Gets a specific dependency of thePluginby its ID.