@Environment(value=CLIENT) public class SoundEntry extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
replace |
private List<Sound> |
sounds |
private String |
subtitle |
Constructor and Description |
---|
SoundEntry(List<Sound> sounds,
boolean replace,
String subtitle) |
Modifier and Type | Method and Description |
---|---|
boolean |
canReplace() |
List<Sound> |
getSounds() |
String |
getSubtitle() |
private final boolean replace
private final String subtitle