Uses of Class
com.zetaplugins.zetacore.di.ServiceRegistry
Packages that use ServiceRegistry
Package
Description
-
Uses of ServiceRegistry in com.zetaplugins.zetacore.command.registration
Methods in com.zetaplugins.zetacore.command.registration with parameters of type ServiceRegistryModifier and TypeMethodDescriptionAutoCommandRegistrar.Builder.withServiceRegistry(ServiceRegistry serviceRegistry) Constructors in com.zetaplugins.zetacore.command.registration with parameters of type ServiceRegistryModifierConstructorDescriptionAutoCommandRegistrar(JavaPlugin plugin, String packagePrefix, String commandNamespace, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in com.zetaplugins.zetacore.di
Methods in com.zetaplugins.zetacore.di that return ServiceRegistry -
Uses of ServiceRegistry in com.zetaplugins.zetacore.event.registration
Methods in com.zetaplugins.zetacore.event.registration with parameters of type ServiceRegistryModifier and TypeMethodDescriptionAutoEventListenerRegistrar.Builder.withServiceRegistry(ServiceRegistry serviceRegistry) Constructors in com.zetaplugins.zetacore.event.registration with parameters of type ServiceRegistryModifierConstructorDescriptionAutoEventListenerRegistrar(JavaPlugin plugin, String packagePrefix, ServiceRegistry serviceRegistry)