Uses of Interface
dev.cwhead.GravesX.module.GravesXModuleDescriptor
Packages that use GravesXModuleDescriptor
-
Uses of GravesXModuleDescriptor in dev.cwhead.GravesX.module
Methods in dev.cwhead.GravesX.module that return GravesXModuleDescriptorModifier and TypeMethodDescriptionGravesXModuleController.getModule(GravesXModule module) Looks up a module descriptor by its instance.GravesXModuleController.getModule(Class<? extends GravesXModule> moduleClass) Looks up a module descriptor by its implementation class.Returns the descriptor for a target module identified by key.GravesXModuleController.getThisModule()Returns the descriptor for this (current) module.Methods in dev.cwhead.GravesX.module that return types with arguments of type GravesXModuleDescriptorModifier and TypeMethodDescriptionGravesXModuleController.listModules()Returns descriptors for all discovered modules, regardless of enablement.