Package net.minecraft.client.sound
Class SoundEntry
java.lang.Object
net.minecraft.client.sound.SoundEntry
@Environment(CLIENT) public class SoundEntry extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SoundEntry(List<Sound> sounds, boolean replace, String subtitle) -
Method Summary
Modifier and Type Method Description booleancanReplace()List<Sound>getSounds()StringgetSubtitle()
-
Field Details
-
sounds
-
replace
private final boolean replace -
subtitle
-
-
Constructor Details
-
SoundEntry
-
-
Method Details
-
getSounds
-
canReplace
public boolean canReplace() -
getSubtitle
-