Uses of Interface
tech.guilhermekaua.spigotboot.core.module.Module
Packages that use Module
Package
Description
-
Uses of Module in tech.guilhermekaua.spigotboot.core
Method parameters in tech.guilhermekaua.spigotboot.core with type arguments of type ModuleModifier and TypeMethodDescription -
Uses of Module in tech.guilhermekaua.spigotboot.core.context
Methods in tech.guilhermekaua.spigotboot.core.context that return types with arguments of type ModuleMethod parameters in tech.guilhermekaua.spigotboot.core.context with type arguments of type ModuleModifier and TypeMethodDescriptionvoidContext.setModulesToLoad(@NotNull List<Class<? extends Module>> modulesToLoad) voidPluginContext.setModulesToLoad(@NotNull List<Class<? extends Module>> modulesToLoad) -
Uses of Module in tech.guilhermekaua.spigotboot.core.context.lifecycle
Constructor parameters in tech.guilhermekaua.spigotboot.core.context.lifecycle with type arguments of type ModuleModifierConstructorDescriptionContextLifecycle(@NotNull Context context, @NotNull DependencyManager dependencyManager, @NotNull List<Class<? extends Module>> modulesToLoad) -
Uses of Module in tech.guilhermekaua.spigotboot.core.module
Methods in tech.guilhermekaua.spigotboot.core.module that return types with arguments of type ModuleMethod parameters in tech.guilhermekaua.spigotboot.core.module with type arguments of type ModuleModifier and TypeMethodDescriptionvoidModuleRegistry.initializeModules(@NotNull Context context, @NotNull List<Class<? extends Module>> modulesToLoad)