public class MinecartTickableSound extends TickableSound
ISound.AttenuationType
Modifier and Type | Field and Description |
---|---|
private AbstractMinecartEntity |
minecart |
private float |
pitch |
Constructor and Description |
---|
MinecartTickableSound(AbstractMinecartEntity p_i48614_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
canPlaySound() |
boolean |
canStartSilent() |
void |
tick() |
isStopped, stop
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
private final AbstractMinecartEntity minecart
private float pitch
public MinecartTickableSound(AbstractMinecartEntity p_i48614_1_)