Uses of Class
dev.cwhead.GravesX.module.ModuleContext
Packages that use ModuleContext
Package
Description
-
Uses of ModuleContext in dev.cwhead.GravesX.module
Fields in dev.cwhead.GravesX.module declared as ModuleContextModifier and TypeFieldDescriptionfinal ModuleContextModuleManager.LoadedModule.contextRuntime context provided to the module.Methods in dev.cwhead.GravesX.module with parameters of type ModuleContextModifier and TypeMethodDescriptionvoidGravesXModule.onModuleDisable(ModuleContext ctx) Called before the module is unloaded.voidGravesXModule.onModuleEnable(ModuleContext ctx) Called when the module should become active.voidGravesXModule.onModuleLoad(ModuleContext ctx) Called after construction when the module is loaded but not yet enabled. -
Uses of ModuleContext in dev.cwhead.GravesX.module.command
Methods in dev.cwhead.GravesX.module.command with parameters of type ModuleContextModifier and TypeMethodDescriptiondefault voidGravesXModuleTabCompleter.onRegister(ModuleContext ctx, org.bukkit.command.PluginCommand command) Called after this completer is registered on a command. -
Uses of ModuleContext in dev.cwhead.GravesX.module.util
Methods in dev.cwhead.GravesX.module.util with parameters of type ModuleContextModifier and TypeMethodDescriptionvoidLibbyImporter.importLibrary(ModuleContext ctx, String... coordinates) Loads libraries described by coordinate strings.voidLibraryImporter.importLibrary(ModuleContext ctx, String... coordinates) Imports one or more libraries described by coordinates for the given module.