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> accessor) |
Sound |
cloneEntry() |
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> accessor)
@Nullable public ITextComponent getSubtitle()