Uses of Interface
com.velocitypowered.api.plugin.PluginContainer
Packages that use PluginContainer
-
Uses of PluginContainer in com.velocitypowered.api.plugin
Methods in com.velocitypowered.api.plugin that return PluginContainerModifier and TypeMethodDescriptiondefault PluginContainerPluginManager.ensurePluginContainer(Object plugin) Ensures a plugin container exists for the givenplugin.Methods in com.velocitypowered.api.plugin that return types with arguments of type PluginContainerModifier and TypeMethodDescriptionPluginManager.fromInstance(Object instance) Gets the plugin container from an instance.Retrieves aPluginContainerbased on its ID.PluginManager.getPlugins()Gets aCollectionof allPluginContainers.