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() |
void |
func_217867_a(SoundEngine p_217867_1_) |
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()
public void func_217867_a(SoundEngine p_217867_1_)
func_217867_a
in interface ISoundEventAccessor<Sound>