Uses of Enum Class
dev.cwhead.GravesX.module.GravesXModuleController.LoadPhase
Packages that use GravesXModuleController.LoadPhase
-
Uses of GravesXModuleController.LoadPhase in dev.cwhead.GravesX.module
Methods in dev.cwhead.GravesX.module that return GravesXModuleController.LoadPhaseModifier and TypeMethodDescriptionGravesXModuleController.getLoadPhase()Convenience accessor forgetThisModule().getLoadPhase().GravesXModuleController.getLoadPhase(String moduleKey) Convenience accessor forgetModule(moduleKey).getLoadPhase().GravesXModuleDescriptor.getLoadPhase()Declared load phase frommodule.yml:load.Returns the enum constant of this class with the specified name.static GravesXModuleController.LoadPhase[]GravesXModuleController.LoadPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.cwhead.GravesX.module with parameters of type GravesXModuleController.LoadPhaseModifier and TypeMethodDescriptionvoidModuleManager.enableAll(GravesXModuleController.LoadPhase phase) Enables all modules in topological order. -
Uses of GravesXModuleController.LoadPhase in dev.cwhead.GravesX.module.util
Methods in dev.cwhead.GravesX.module.util that return GravesXModuleController.LoadPhaseModifier and TypeMethodDescriptionModuleInfo.loadPhase()Declared enable phase for this module viaload:.