public interface ISound
Modifier and Type | Interface and Description |
---|---|
static class |
ISound.AttenuationType |
Modifier and Type | Method and Description |
---|---|
boolean |
canRepeat() |
SoundEventAccessor |
createAccessor(SoundHandler handler) |
ISound.AttenuationType |
getAttenuationType() |
SoundCategory |
getCategory() |
float |
getPitch() |
int |
getRepeatDelay() |
Sound |
getSound() |
ResourceLocation |
getSoundLocation() |
float |
getVolume() |
float |
getXPosF() |
float |
getYPosF() |
float |
getZPosF() |
ResourceLocation getSoundLocation()
@Nullable SoundEventAccessor createAccessor(SoundHandler handler)
Sound getSound()
SoundCategory getCategory()
boolean canRepeat()
int getRepeatDelay()
float getVolume()
float getPitch()
float getXPosF()
float getYPosF()
float getZPosF()
ISound.AttenuationType getAttenuationType()