Package net.minecraft.client.sound
Class SoundEntry
java.lang.Object
net.minecraft.client.sound.SoundEntry
- Mappings:
Namespace Name official fxw
intermediary net/minecraft/class_1110
named net/minecraft/client/sound/SoundEntry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
sounds
- Mappings:
Namespace Name Mixin selector official a
Lfxw;a:Ljava/util/List;
intermediary field_5460
Lnet/minecraft/class_1110;field_5460:Ljava/util/List;
named sounds
Lnet/minecraft/client/sound/SoundEntry;sounds:Ljava/util/List;
-
replace
private final boolean replace- Mappings:
Namespace Name Mixin selector official b
Lfxw;b:Z
intermediary field_5462
Lnet/minecraft/class_1110;field_5462:Z
named replace
Lnet/minecraft/client/sound/SoundEntry;replace:Z
-
subtitle
- Mappings:
Namespace Name Mixin selector official c
Lfxw;c:Ljava/lang/String;
intermediary field_5461
Lnet/minecraft/class_1110;field_5461:Ljava/lang/String;
named subtitle
Lnet/minecraft/client/sound/SoundEntry;subtitle:Ljava/lang/String;
-
-
Constructor Details
-
SoundEntry
- Mappings:
Namespace Name Mixin selector official <init>
Lfxw;<init>(Ljava/util/List;ZLjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1110;<init>(Ljava/util/List;ZLjava/lang/String;)V
named <init>
Lnet/minecraft/client/sound/SoundEntry;<init>(Ljava/util/List;ZLjava/lang/String;)V
-
-
Method Details
-
getSounds
- Mappings:
Namespace Name Mixin selector official a
Lfxw;a()Ljava/util/List;
intermediary method_4761
Lnet/minecraft/class_1110;method_4761()Ljava/util/List;
named getSounds
Lnet/minecraft/client/sound/SoundEntry;getSounds()Ljava/util/List;
-
canReplace
public boolean canReplace()- Mappings:
Namespace Name Mixin selector official b
Lfxw;b()Z
intermediary method_4763
Lnet/minecraft/class_1110;method_4763()Z
named canReplace
Lnet/minecraft/client/sound/SoundEntry;canReplace()Z
-
getSubtitle
- Mappings:
Namespace Name Mixin selector official c
Lfxw;c()Ljava/lang/String;
intermediary method_4762
Lnet/minecraft/class_1110;method_4762()Ljava/lang/String;
named getSubtitle
Lnet/minecraft/client/sound/SoundEntry;getSubtitle()Ljava/lang/String;
-