Interface SPCConfigCheckListener

  • All Implemented Interfaces:

    
    public interface SPCConfigCheckListener
    
                        

    Config check-listener executed during the checking of a given server pack configuration.

    Author:

    Griefed

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit run(PackConfig packConfig, ConfigCheck configCheck) Run the given listener with a config and a config check object.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • run

         abstract Unit run(PackConfig packConfig, ConfigCheck configCheck)

        Run the given listener with a config and a config check object.

        Parameters:
        packConfig - A pack config from which a server pack can be generated.
        configCheck - Config check object holding check results.