Enum Class DamageLevel

java.lang.Object
java.lang.Enum<DamageLevel>
etithespirit.orimod.client.audio.variation.DamageLevel
All Implemented Interfaces:
Serializable, Comparable<DamageLevel>, Constable

public enum DamageLevel extends Enum<DamageLevel>
Represents the effectiveness of an attack on an enemy from a spirit.
Author:
Eti
  • Enum Constant Details

    • INEFFECTIVE

      public static final DamageLevel INEFFECTIVE
      Boi you aint doin shit fo nothin
    • WEAK

      public static final DamageLevel WEAK
      The attack was not very effective at all, and did less damage than usual.
    • STANDARD

      public static final DamageLevel STANDARD
      The attack was unmodified by any resistances.
    • STRONG

      public static final DamageLevel STRONG
      The attack had some grunt to it, and did a little more damage than usual.
    • CRITICAL

      public static final DamageLevel CRITICAL
      KUHRITIKAL SHIT SOLDIER_LAUGHLONG03.WAV
  • Method Details

    • values

      public static DamageLevel[] 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 DamageLevel 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