Package net.minecraft.client.sound
Enum Class MusicTracker.MusicType
- All Implemented Interfaces:
Serializable,Comparable<MusicTracker.MusicType>,Constable
- Enclosing class:
- MusicTracker
- Mappings:
Namespace Name official bys$aintermediary net/minecraft/class_1904$class_1905named net/minecraft/client/sound/MusicTracker$MusicType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintstatic MusicTracker.MusicTypeReturns the enum constant of this class with the specified name.static MusicTracker.MusicType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MENU
- Mappings:
Namespace Name Mixin selector official aLbys$a;a:Lbys$a;intermediary field_13691Lnet/minecraft/class_1904$class_1905;field_13691:Lnet/minecraft/class_1904$class_1905;named MENULnet/minecraft/client/sound/MusicTracker$MusicType;MENU:Lnet/minecraft/client/sound/MusicTracker$MusicType;
-
GAME
- Mappings:
Namespace Name Mixin selector official bLbys$a;b:Lbys$a;intermediary field_13692Lnet/minecraft/class_1904$class_1905;field_13692:Lnet/minecraft/class_1904$class_1905;named GAMELnet/minecraft/client/sound/MusicTracker$MusicType;GAME:Lnet/minecraft/client/sound/MusicTracker$MusicType;
-
CREATIVE
- Mappings:
Namespace Name Mixin selector official cLbys$a;c:Lbys$a;intermediary field_13693Lnet/minecraft/class_1904$class_1905;field_13693:Lnet/minecraft/class_1904$class_1905;named CREATIVELnet/minecraft/client/sound/MusicTracker$MusicType;CREATIVE:Lnet/minecraft/client/sound/MusicTracker$MusicType;
-
CREDITS
- Mappings:
Namespace Name Mixin selector official dLbys$a;d:Lbys$a;intermediary field_13694Lnet/minecraft/class_1904$class_1905;field_13694:Lnet/minecraft/class_1904$class_1905;named CREDITSLnet/minecraft/client/sound/MusicTracker$MusicType;CREDITS:Lnet/minecraft/client/sound/MusicTracker$MusicType;
-
NETHER
- Mappings:
Namespace Name Mixin selector official eLbys$a;e:Lbys$a;intermediary field_13695Lnet/minecraft/class_1904$class_1905;field_13695:Lnet/minecraft/class_1904$class_1905;named NETHERLnet/minecraft/client/sound/MusicTracker$MusicType;NETHER:Lnet/minecraft/client/sound/MusicTracker$MusicType;
-
END_BOSS
- Mappings:
Namespace Name Mixin selector official fLbys$a;f:Lbys$a;intermediary field_13696Lnet/minecraft/class_1904$class_1905;field_13696:Lnet/minecraft/class_1904$class_1905;named END_BOSSLnet/minecraft/client/sound/MusicTracker$MusicType;END_BOSS:Lnet/minecraft/client/sound/MusicTracker$MusicType;
-
END
- Mappings:
Namespace Name Mixin selector official gLbys$a;g:Lbys$a;intermediary field_13697Lnet/minecraft/class_1904$class_1905;field_13697:Lnet/minecraft/class_1904$class_1905;named ENDLnet/minecraft/client/sound/MusicTracker$MusicType;END:Lnet/minecraft/client/sound/MusicTracker$MusicType;
-
-
Field Details
-
field_13698
- Mappings:
Namespace Name Mixin selector official hLbys$a;h:Lng;intermediary field_13698Lnet/minecraft/class_1904$class_1905;field_13698:Lnet/minecraft/class_2926;named field_13698Lnet/minecraft/client/sound/MusicTracker$MusicType;field_13698:Lnet/minecraft/client/sound/SoundEvent;
-
minDelay
private final int minDelay- Mappings:
Namespace Name Mixin selector official iLbys$a;i:Iintermediary field_8183Lnet/minecraft/class_1904$class_1905;field_8183:Inamed minDelayLnet/minecraft/client/sound/MusicTracker$MusicType;minDelay:I
-
maxDelay
private final int maxDelay- Mappings:
Namespace Name Mixin selector official jLbys$a;j:Iintermediary field_8184Lnet/minecraft/class_1904$class_1905;field_8184:Inamed maxDelayLnet/minecraft/client/sound/MusicTracker$MusicType;maxDelay:I
-
-
Constructor Details
-
MusicType
-
-
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
-
method_7086
- Mappings:
Namespace Name Mixin selector official aLbys$a;a()Lng;intermediary method_7086Lnet/minecraft/class_1904$class_1905;method_7086()Lnet/minecraft/class_2926;named method_7086Lnet/minecraft/client/sound/MusicTracker$MusicType;method_7086()Lnet/minecraft/client/sound/SoundEvent;
-
getMinDelay
public int getMinDelay()- Mappings:
Namespace Name Mixin selector official bLbys$a;b()Iintermediary method_7087Lnet/minecraft/class_1904$class_1905;method_7087()Inamed getMinDelayLnet/minecraft/client/sound/MusicTracker$MusicType;getMinDelay()I
-
getMaxDelay
public int getMaxDelay()- Mappings:
Namespace Name Mixin selector official cLbys$a;c()Iintermediary method_7088Lnet/minecraft/class_1904$class_1905;method_7088()Inamed getMaxDelayLnet/minecraft/client/sound/MusicTracker$MusicType;getMaxDelay()I
-