public class MovingSoundMinecart extends MovingSound
ISound.AttenuationType
Modifier and Type | Field and Description |
---|---|
private float |
distance |
private EntityMinecart |
minecart |
donePlaying
attenuationType, category, pitch, positionedSoundLocation, repeat, repeatDelay, sound, volume, xPosF, yPosF, zPosF
Constructor and Description |
---|
MovingSoundMinecart(EntityMinecart minecartIn) |
Modifier and Type | Method and Description |
---|---|
void |
update() |
isDonePlaying
canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getXPosF, getYPosF, getZPosF
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canRepeat, createAccessor, getAttenuationType, getCategory, getPitch, getRepeatDelay, getSound, getSoundLocation, getVolume, getXPosF, getYPosF, getZPosF
private final EntityMinecart minecart
private float distance
public MovingSoundMinecart(EntityMinecart minecartIn)