public class RidingMinecartTickableSound extends TickableSound
ISound.AttenuationType
Modifier and Type | Field and Description |
---|---|
private AbstractMinecartEntity |
minecart |
private PlayerEntity |
player |
Constructor and Description |
---|
RidingMinecartTickableSound(PlayerEntity p_i48613_1_,
AbstractMinecartEntity p_i48613_2_) |
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 PlayerEntity player
private final AbstractMinecartEntity minecart
public RidingMinecartTickableSound(PlayerEntity p_i48613_1_, AbstractMinecartEntity p_i48613_2_)