Interface Reconfigurable

All Known Implementing Classes:
AbstractLimiter, AbstractSQLCoreProvider, AuthCoreProvider, AuthLimiterComponent, IPLimiter, LaunchServer, MemoryAuthCoreProvider, MergeAuthCoreProvider, MySQLCoreProvider, PostgresSQLCoreProvider, ProGuardComponent, RejectAuthCoreProvider, WhitelistComponent

public interface Reconfigurable
Allows calling commands using the config command
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<String,pro.gravit.utils.command.Command>
     
    Map<String,pro.gravit.utils.command.Command>
    Gets a list of commands available for this object.
  • Method Details

    • getCommands

      Map<String,pro.gravit.utils.command.Command> getCommands()
      Gets a list of commands available for this object.
      Returns:
      Key - Command Name Value is a command object
    • defaultCommandsMap

      default Map<String,pro.gravit.utils.command.Command> defaultCommandsMap()