Enum Class SoundSystem.DeviceChangeStatus

java.lang.Object
java.lang.Enum<SoundSystem.DeviceChangeStatus>
net.minecraft.client.sound.SoundSystem.DeviceChangeStatus
All Implemented Interfaces:
Serializable, Comparable<SoundSystem.DeviceChangeStatus>, Constable
Enclosing class:
SoundSystem

@Environment(CLIENT) private static enum SoundSystem.DeviceChangeStatus extends Enum<SoundSystem.DeviceChangeStatus>
Mappings:
Namespace Name
official fso$a
intermediary net/minecraft/class_1140$class_6665
named net/minecraft/client/sound/SoundSystem$DeviceChangeStatus
  • Enum Constant Details

    • ONGOING

      public static final SoundSystem.DeviceChangeStatus ONGOING
      Mappings:
      Namespace Name Mixin selector
      official a Lfso$a;a:Lfso$a;
      intermediary field_35084 Lnet/minecraft/class_1140$class_6665;field_35084:Lnet/minecraft/class_1140$class_6665;
      named ONGOING Lnet/minecraft/client/sound/SoundSystem$DeviceChangeStatus;ONGOING:Lnet/minecraft/client/sound/SoundSystem$DeviceChangeStatus;
    • CHANGE_DETECTED

      public static final SoundSystem.DeviceChangeStatus CHANGE_DETECTED
      Mappings:
      Namespace Name Mixin selector
      official b Lfso$a;b:Lfso$a;
      intermediary field_35085 Lnet/minecraft/class_1140$class_6665;field_35085:Lnet/minecraft/class_1140$class_6665;
      named CHANGE_DETECTED Lnet/minecraft/client/sound/SoundSystem$DeviceChangeStatus;CHANGE_DETECTED:Lnet/minecraft/client/sound/SoundSystem$DeviceChangeStatus;
    • NO_CHANGE

      public static final SoundSystem.DeviceChangeStatus NO_CHANGE
      Mappings:
      Namespace Name Mixin selector
      official c Lfso$a;c:Lfso$a;
      intermediary field_35086 Lnet/minecraft/class_1140$class_6665;field_35086:Lnet/minecraft/class_1140$class_6665;
      named NO_CHANGE Lnet/minecraft/client/sound/SoundSystem$DeviceChangeStatus;NO_CHANGE:Lnet/minecraft/client/sound/SoundSystem$DeviceChangeStatus;
  • Constructor Details

    • DeviceChangeStatus

      private DeviceChangeStatus()
  • Method Details

    • values

      public static SoundSystem.DeviceChangeStatus[] 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 SoundSystem.DeviceChangeStatus 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