public class SoundEventAccessor extends java.lang.Object implements ISoundEventAccessor<Sound>
| Constructor and Description | 
|---|
| SoundEventAccessor(ResourceLocation locationIn,
                  java.lang.String subtitleIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSound(ISoundEventAccessor<Sound> p_188715_1_) | 
| Sound | cloneEntry() | 
| ResourceLocation | getLocation() | 
| ITextComponent | getSubtitle() | 
| int | getWeight() | 
public SoundEventAccessor(ResourceLocation locationIn, @Nullable java.lang.String subtitleIn)
public int getWeight()
getWeight in interface ISoundEventAccessor<Sound>public Sound cloneEntry()
cloneEntry in interface ISoundEventAccessor<Sound>public void addSound(ISoundEventAccessor<Sound> p_188715_1_)
public ResourceLocation getLocation()
@Nullable public ITextComponent getSubtitle()