Enum Class SoundType

java.lang.Object
java.lang.Enum<SoundType>
com.prineside.tdi2.enums.SoundType
All Implemented Interfaces:
Serializable, Comparable<SoundType>, Constable

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

    • CLICK

      public static final SoundType CLICK
    • FAIL

      public static final SoundType FAIL
    • NO

      public static final SoundType NO
    • QUESTION

      public static final SoundType QUESTION
    • SINGLE

      public static final SoundType SINGLE
    • SUCCESS

      public static final SoundType SUCCESS
    • UPGRADE

      public static final SoundType UPGRADE
    • BUILD

      public static final SoundType BUILD
    • COIN_1

      public static final SoundType COIN_1
    • SHOT_BASIC

      public static final SoundType SHOT_BASIC
    • SHOT_CANNON

      public static final SoundType SHOT_CANNON
    • SHOT_THUNDER

      public static final SoundType SHOT_THUNDER
    • SHOT_GUN

      public static final SoundType SHOT_GUN
    • SHOT_AIR

      public static final SoundType SHOT_AIR
    • SHOT_BLAST

      public static final SoundType SHOT_BLAST
    • SHOT_SNIPER

      public static final SoundType SHOT_SNIPER
    • SHOT_MISSILE

      public static final SoundType SHOT_MISSILE
  • Field Details

    • values

      public static final SoundType[] values
  • Method Details

    • values

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