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 ModuleContext
ModuleManager.LoadedModule.context
Runtime context provided to the module.Methods in dev.cwhead.GravesX.module with parameters of type ModuleContextModifier and TypeMethodDescriptionvoid
GravesXModule.onModuleDisable
(ModuleContext ctx) Called before the module is unloaded.void
GravesXModule.onModuleEnable
(ModuleContext ctx) Called when the module should become active.void
GravesXModule.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 void
GravesXModuleTabCompleter.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 TypeMethodDescriptionvoid
LibbyImporter.importLibrary
(ModuleContext ctx, String... coordinates) Loads libraries described by coordinate strings.void
LibraryImporter.importLibrary
(ModuleContext ctx, String... coordinates) Imports one or more libraries described by coordinates for the given module.