net.minecraft.client.sound

public class SoundEntry

net.minecraft.client.resources.sounds.SoundEventRegistration
net.minecraft.class_1110
net.minecraft.client.sound.SoundEntry

Field summary

Modifier and TypeField
private final List<Sound>
sounds
field_5460
sounds
private final boolean
replace
field_5462
replace
private final String
subtitle
field_5461
subtitle

Constructor summary

ModifierConstructor
public (List<Sound> sounds, boolean replace, String subtitle)

Method summary

Modifier and TypeMethod
public List<Sound>
getSounds()
method_4761()
getSounds()
public boolean
isReplace()
method_4763()
canReplace()
public String
getSubtitle()
method_4762()
getSubtitle()