Uses of Class
dev.cwhead.GravesX.module.util.ModuleInfo
Packages that use ModuleInfo
-
Uses of ModuleInfo in dev.cwhead.GravesX.module
Fields in dev.cwhead.GravesX.module declared as ModuleInfoModifier and TypeFieldDescriptionfinal ModuleInfoModuleManager.LoadedModule.infoModule descriptor parsed from module.yml.Methods in dev.cwhead.GravesX.module with parameters of type ModuleInfoModifier and TypeMethodDescriptionprivate voidModuleManager.debug(ModuleInfo mi, String m, int num) Logs a debug-level message with the modules name as the prefix and a debug type.ModuleManager.inactiveRequiredPlugins(ModuleInfo info) Collects required Bukkit plugins that exist but are currently disabled.private voidModuleManager.info(ModuleInfo mi, String m) Logs an info-level message with the modules name as the prefix.ModuleManager.missingRequiredPlugins(ModuleInfo info) Collects required Bukkit plugins that are not installed (null from PluginManager).private voidModuleManager.severe(ModuleInfo mi, String m, Throwable t) Logs a severe-level message with the modules name as the prefix and a throwable.private voidModuleManager.warn(ModuleInfo mi, String m) Logs a warning-level message with the modules name as the prefix.Constructors in dev.cwhead.GravesX.module with parameters of type ModuleInfoModifierConstructorDescription(package private)LoadedModule(ModuleInfo info, ModuleClassLoader cl, GravesXModule instance, ModuleContext ctx) Creates a loaded module bundle. -
Uses of ModuleInfo in dev.cwhead.GravesX.module.util
Methods in dev.cwhead.GravesX.module.util that return ModuleInfoModifier and TypeMethodDescriptionstatic ModuleInfoModuleInfo.fromYaml(InputStream in) Parses a minimal YAML-like stream into aModuleInfo.