Package net.minecraft.client.sound
Class SoundEntry
java.lang.Object
net.minecraft.client.sound.SoundEntry
@Environment(CLIENT) public class SoundEntry extends Object
- Mappings:
Namespace Name official bphintermediary net/minecraft/class_1307named net/minecraft/client/sound/SoundEntry
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSoundEntry.class_1308 -
Field Summary
Fields Modifier and Type Field Description private SoundCategoryfield_5430private booleanreplaceprivate List<SoundEntry.class_1308>sounds -
Constructor Summary
Constructors Constructor Description SoundEntry() -
Method Summary
Modifier and Type Method Description booleancanReplace()List<SoundEntry.class_1308>getSounds()voidmethod_4519(SoundCategory soundCategory)voidmethod_4520(boolean bool)SoundCategorymethod_4522()
-
Field Details
-
sounds
- Mappings:
Namespace Name Mixin selector official aLbph;a:Ljava/util/List;intermediary field_5428Lnet/minecraft/class_1307;field_5428:Ljava/util/List;named soundsLnet/minecraft/client/sound/SoundEntry;sounds:Ljava/util/List;
-
replace
private boolean replace- Mappings:
Namespace Name Mixin selector official bLbph;b:Zintermediary field_5429Lnet/minecraft/class_1307;field_5429:Znamed replaceLnet/minecraft/client/sound/SoundEntry;replace:Z
-
field_5430
- Mappings:
Namespace Name Mixin selector official cLbph;c:Lbpg;intermediary field_5430Lnet/minecraft/class_1307;field_5430:Lnet/minecraft/class_1306;named field_5430Lnet/minecraft/client/sound/SoundEntry;field_5430:Lnet/minecraft/client/sound/SoundCategory;
-
-
Constructor Details
-
SoundEntry
public SoundEntry()
-
-
Method Details
-
getSounds
- Mappings:
Namespace Name Mixin selector official aLbph;a()Ljava/util/List;intermediary method_4518Lnet/minecraft/class_1307;method_4518()Ljava/util/List;named getSoundsLnet/minecraft/client/sound/SoundEntry;getSounds()Ljava/util/List;
-
canReplace
public boolean canReplace()- Mappings:
Namespace Name Mixin selector official bLbph;b()Zintermediary method_4521Lnet/minecraft/class_1307;method_4521()Znamed canReplaceLnet/minecraft/client/sound/SoundEntry;canReplace()Z
-
method_4520
public void method_4520(boolean bool)- Mappings:
Namespace Name Mixin selector official aLbph;a(Z)Vintermediary method_4520Lnet/minecraft/class_1307;method_4520(Z)Vnamed method_4520Lnet/minecraft/client/sound/SoundEntry;method_4520(Z)V
-
method_4522
- Mappings:
Namespace Name Mixin selector official cLbph;c()Lbpg;intermediary method_4522Lnet/minecraft/class_1307;method_4522()Lnet/minecraft/class_1306;named method_4522Lnet/minecraft/client/sound/SoundEntry;method_4522()Lnet/minecraft/client/sound/SoundCategory;
-
method_4519
- Mappings:
Namespace Name Mixin selector official aLbph;a(Lbpg;)Vintermediary method_4519Lnet/minecraft/class_1307;method_4519(Lnet/minecraft/class_1306;)Vnamed method_4519Lnet/minecraft/client/sound/SoundEntry;method_4519(Lnet/minecraft/client/sound/SoundCategory;)V
-