Enum Class ShowPatternProviders

java.lang.Object
java.lang.Enum<ShowPatternProviders>
appeng.api.config.ShowPatternProviders
All Implemented Interfaces:
Serializable, Comparable<ShowPatternProviders>, Constable

public enum ShowPatternProviders extends Enum<ShowPatternProviders>
  • Enum Constant Details

    • VISIBLE

      public static final ShowPatternProviders VISIBLE
      Show pattern providers that are not hidden in pattern access terminal.
    • NOT_FULL

      public static final ShowPatternProviders NOT_FULL
      Show pattern providers that are not hidden in pattern access terminal, and that were not full when the terminal was opened / the setting was set.
    • ALL

      public static final ShowPatternProviders ALL
      Show all pattern providers.
  • Method Details

    • values

      public static ShowPatternProviders[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ShowPatternProviders valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null