Package net.minecraft.client.audio
Class RidingMinecartTickableSound
java.lang.Object
net.minecraft.client.audio.LocatableSound
net.minecraft.client.audio.TickableSound
net.minecraft.client.audio.RidingMinecartTickableSound
- All Implemented Interfaces:
ISound
,ITickableSound
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRidingMinecartTickableSound
(PlayerEntity p_i48613_1_, AbstractMinecartEntity p_i48613_2_) -
Method Summary
Methods inherited from class net.minecraft.client.audio.TickableSound
isStopped, stop
Methods inherited from class net.minecraft.client.audio.LocatableSound
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.client.audio.ISound
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
-
Field Details
-
player
-
minecart
-
-
Constructor Details
-
RidingMinecartTickableSound
-
-
Method Details
-
canPlaySound
public boolean canPlaySound() -
canStartSilent
public boolean canStartSilent() -
tick
public void tick()
-