public class SoundEventAccessorComposite extends java.lang.Object implements ISoundEventAccessor
Constructor and Description |
---|
SoundEventAccessorComposite(ResourceLocation soundLocation,
double pitch,
double volume,
SoundCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
addSoundToEventPool(ISoundEventAccessor p_148727_1_) |
SoundPoolEntry |
cloneEntry() |
SoundCategory |
getSoundCategory() |
ResourceLocation |
getSoundEventLocation() |
int |
getWeight() |
public SoundEventAccessorComposite(ResourceLocation soundLocation, double pitch, double volume, SoundCategory category)
public int getWeight()
getWeight
in interface ISoundEventAccessor
public SoundPoolEntry cloneEntry()
cloneEntry
in interface ISoundEventAccessor
public void addSoundToEventPool(ISoundEventAccessor p_148727_1_)
public ResourceLocation getSoundEventLocation()
public SoundCategory getSoundCategory()