Enum Class ErrorScreenHelper.ErrorScreenReason

java.lang.Object
java.lang.Enum<ErrorScreenHelper.ErrorScreenReason>
com.bleudev.ppl_utils.util.helper.ErrorScreenHelper.ErrorScreenReason
All Implemented Interfaces:
Serializable, Comparable<ErrorScreenHelper.ErrorScreenReason>, Constable
Enclosing class:
ErrorScreenHelper

public static enum ErrorScreenHelper.ErrorScreenReason extends Enum<ErrorScreenHelper.ErrorScreenReason>
  • Enum Constant Details

  • Method Details

    • values

      public static ErrorScreenHelper.ErrorScreenReason[] 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 ErrorScreenHelper.ErrorScreenReason 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
    • getFadeIn

      public int getFadeIn()
    • getHold

      public int getHold()
    • getFadeOut

      public int getFadeOut()
    • getMaxStrength

      public float getMaxStrength()