Class SpigotCommandModule

java.lang.Object
com.google.inject.AbstractModule
org.geysermc.floodgate.module.CommandModule
org.geysermc.floodgate.module.SpigotCommandModule
All Implemented Interfaces:
com.google.inject.Module

public final class SpigotCommandModule extends org.geysermc.floodgate.module.CommandModule
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    cloud.commandframework.CommandManager<org.geysermc.floodgate.player.UserAudience>
    commandManager(org.geysermc.floodgate.platform.command.CommandUtil commandUtil)
     
    protected void
     

    Methods inherited from class org.geysermc.floodgate.module.CommandModule

    linkAccountCommand, mainCommand, testCommand, unlinkAccountCommand, whitelistCommand

    Methods inherited from class com.google.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpigotCommandModule

      public SpigotCommandModule(SpigotPlugin plugin)
  • Method Details

    • configure

      protected void configure()
      Overrides:
      configure in class org.geysermc.floodgate.module.CommandModule
    • commandManager

      @Provides public cloud.commandframework.CommandManager<org.geysermc.floodgate.player.UserAudience> commandManager(org.geysermc.floodgate.platform.command.CommandUtil commandUtil)