Package dev.boze.api.client.module


package dev.boze.api.client.module
  • Class
    Description
    Base interface for all modules
    A module is a self-contained piece of functionality that can be enabled or disabled
    Each module has a name, description, title (which can be changed), and a keybind
    Modules can have settings which are automatically serialized and deserialized
    Command argument for base modules
    Base class for all client modules
    ClientModuleExtension
    Allows extending client modules with additional functionality, settings, and listeners without modifying the core module code.