Interface MindustryCommandHandler

All Superinterfaces:
revxrsal.commands.CommandHandler, com.xpdustry.distributor.plugin.PluginAware

public interface MindustryCommandHandler extends revxrsal.commands.CommandHandler, com.xpdustry.distributor.plugin.PluginAware
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.xpdustry.distributor.plugin.MindustryPlugin plugin, com.xpdustry.distributor.command.DescriptionMapper<LampElement> descriptionMapper)
     
    void
    initialize(arc.util.CommandHandler handler)
     
    wrap(com.xpdustry.distributor.command.CommandSender sender)
     

    Methods inherited from interface revxrsal.commands.CommandHandler

    accept, disableStackTraceSanitizing, dispatch, dispatch, failOnTooManyArguments, getAutoCompleter, getCategories, getCategory, getCommand, getCommands, getDependency, getDependency, getExceptionHandler, getFlagPrefix, getHelpWriter, getLocale, getMessagePrefix, getMethodCallerFactory, getParameterNamingStrategy, getRootPaths, getSwitchPrefix, getTranslator, register, registerAnnotationReplacer, registerCondition, registerContextResolver, registerContextResolver, registerContextResolverFactory, registerContextResolverFactory, registerContextValue, registerContextValue, registerDependency, registerDependency, registerExceptionHandler, registerParameterValidator, registerPermissionReader, registerResponseHandler, registerSenderResolver, registerValueResolver, registerValueResolver, registerValueResolverFactory, registerValueResolverFactory, setExceptionHandler, setFlagPrefix, setHelpWriter, setLocale, setMessagePrefix, setMethodCallerFactory, setParameterNamingStrategy, setSwitchPrefix, unregister, unregister, unregisterAllCommands

    Methods inherited from interface com.xpdustry.distributor.plugin.PluginAware

    getPlugin
  • Method Details

    • create

      static MindustryCommandHandler create(com.xpdustry.distributor.plugin.MindustryPlugin plugin, com.xpdustry.distributor.command.DescriptionMapper<LampElement> descriptionMapper)
    • wrap

      MindustryCommandActor wrap(com.xpdustry.distributor.command.CommandSender sender)
    • initialize

      void initialize(arc.util.CommandHandler handler)