public abstract class PositionedSound extends java.lang.Object implements ISound
ISound.AttenuationType
Modifier and Type | Field and Description |
---|---|
protected float |
field_147663_c |
protected ResourceLocation |
field_147664_a |
protected int |
field_147665_h |
protected ISound.AttenuationType |
field_147666_i |
protected boolean |
repeat |
protected float |
volume |
protected float |
xPosF |
protected float |
yPosF |
protected float |
zPosF |
Modifier | Constructor and Description |
---|---|
protected |
PositionedSound(ResourceLocation p_i45103_1_) |
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() |
protected final ResourceLocation field_147664_a
protected float volume
protected float field_147663_c
protected float xPosF
protected float yPosF
protected float zPosF
protected boolean repeat
protected int field_147665_h
protected ISound.AttenuationType field_147666_i
protected PositionedSound(ResourceLocation p_i45103_1_)
public ResourceLocation getPositionedSoundLocation()
getPositionedSoundLocation
in interface ISound
public int getRepeatDelay()
getRepeatDelay
in interface ISound
public ISound.AttenuationType getAttenuationType()
getAttenuationType
in interface ISound