Package net.minecraft.client.sound
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 fxg$a
intermediary net/minecraft/class_1140$class_6665
named net/minecraft/client/sound/SoundSystem$DeviceChangeStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SoundSystem.DeviceChangeStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ONGOING
- Mappings:
Namespace Name Mixin selector official a
Lfxg$a;a:Lfxg$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
- Mappings:
Namespace Name Mixin selector official b
Lfxg$a;b:Lfxg$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
- Mappings:
Namespace Name Mixin selector official c
Lfxg$a;c:Lfxg$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
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
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 nameNullPointerException
- if the argument is null
-