Uses of Class
com.zetaplugins.zetacore.services.di.ManagerRegistry
Packages that use ManagerRegistry
Package
Description
-
Uses of ManagerRegistry in com.zetaplugins.zetacore.services.commands
Methods in com.zetaplugins.zetacore.services.commands with parameters of type ManagerRegistryModifier and TypeMethodDescriptionAutoCommandRegistrar.Builder.setManagerRegistry(ManagerRegistry managerRegistry) Constructors in com.zetaplugins.zetacore.services.commands with parameters of type ManagerRegistryModifierConstructorDescriptionAutoCommandRegistrar(JavaPlugin plugin, String packagePrefix, String commandNamespace, ManagerRegistry managerRegistry) -
Uses of ManagerRegistry in com.zetaplugins.zetacore.services.events
Methods in com.zetaplugins.zetacore.services.events that return ManagerRegistryMethods in com.zetaplugins.zetacore.services.events with parameters of type ManagerRegistryModifier and TypeMethodDescriptionAutoEventRegistrar.Builder.setManagerRegistry(ManagerRegistry managerRegistry) Constructors in com.zetaplugins.zetacore.services.events with parameters of type ManagerRegistryModifierConstructorDescriptionAutoEventRegistrar(JavaPlugin plugin, String packagePrefix, ManagerRegistry managerRegistry)