public interface ISound
Modifier and Type | Interface and Description |
---|---|
static class |
ISound.AttenuationType |
Modifier and Type | Method and Description |
---|---|
boolean |
canRepeat() |
ISound.AttenuationType |
getAttenuationType() |
float |
getPitch() |
ResourceLocation |
getPositionedSoundLocation() |
int |
getRepeatDelay() |
float |
getVolume() |
float |
getXPosF() |
float |
getYPosF() |
float |
getZPosF() |
ResourceLocation getPositionedSoundLocation()
boolean canRepeat()
int getRepeatDelay()
float getVolume()
float getPitch()
float getXPosF()
float getYPosF()
float getZPosF()
ISound.AttenuationType getAttenuationType()