Package net.minecraft.client.sound
Class SoundEntry
java.lang.Object
net.minecraft.client.sound.SoundEntry
- Mappings:
Namespace Name official cyaintermediary net/minecraft/class_1896named net/minecraft/client/sound/SoundEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCategory(SoundCategory category) voidsetReplace(boolean replace)
-
Field Details
-
sounds
- Mappings:
Namespace Name Mixin selector official aLcya;a:Ljava/util/List;intermediary field_8149Lnet/minecraft/class_1896;field_8149:Ljava/util/List;named soundsLnet/minecraft/client/sound/SoundEntry;sounds:Ljava/util/List;
-
replace
private boolean replace- Mappings:
Namespace Name Mixin selector official bLcya;b:Zintermediary field_8150Lnet/minecraft/class_1896;field_8150:Znamed replaceLnet/minecraft/client/sound/SoundEntry;replace:Z
-
category
- Mappings:
Namespace Name Mixin selector official cLcya;c:Lcxz;intermediary field_8151Lnet/minecraft/class_1896;field_8151:Lnet/minecraft/class_2153;named categoryLnet/minecraft/client/sound/SoundEntry;category:Lnet/minecraft/client/sound/SoundCategory;
-
-
Constructor Details
-
SoundEntry
public SoundEntry()
-
-
Method Details
-
getSounds
- Mappings:
Namespace Name Mixin selector official aLcya;a()Ljava/util/List;intermediary method_7054Lnet/minecraft/class_1896;method_7054()Ljava/util/List;named getSoundsLnet/minecraft/client/sound/SoundEntry;getSounds()Ljava/util/List;
-
canReplace
public boolean canReplace()- Mappings:
Namespace Name Mixin selector official bLcya;b()Zintermediary method_7057Lnet/minecraft/class_1896;method_7057()Znamed canReplaceLnet/minecraft/client/sound/SoundEntry;canReplace()Z
-
setReplace
public void setReplace(boolean replace) - Mappings:
Namespace Name Mixin selector official aLcya;a(Z)Vintermediary method_7056Lnet/minecraft/class_1896;method_7056(Z)Vnamed setReplaceLnet/minecraft/client/sound/SoundEntry;setReplace(Z)V
-
getCategory
- Mappings:
Namespace Name Mixin selector official cLcya;c()Lcxz;intermediary method_7058Lnet/minecraft/class_1896;method_7058()Lnet/minecraft/class_2153;named getCategoryLnet/minecraft/client/sound/SoundEntry;getCategory()Lnet/minecraft/client/sound/SoundCategory;
-
setCategory
- Mappings:
Namespace Name Mixin selector official aLcya;a(Lcxz;)Vintermediary method_7055Lnet/minecraft/class_1896;method_7055(Lnet/minecraft/class_2153;)Vnamed setCategoryLnet/minecraft/client/sound/SoundEntry;setCategory(Lnet/minecraft/client/sound/SoundCategory;)V
-