Enum ExclusionFilter

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum ExclusionFilter
    extends Enum<ExclusionFilter>
                        

    Method by which to exclude mods during the generation of a server pack.

    Author:

    Griefed

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      START

      Does the name of a mod start with the user specified string?

      END

      Does the name of a mod end with the user specified string?

      CONTAIN

      Does the name of a mod contain the user specified string?

      REGEX

      Does the name of a mod match the user specified regex?

      EITHER

      Does any of the above hit for the user specified string/regex?