Package net.minecraft.client.audio
Class MinecartTickableSound
java.lang.Object
net.minecraft.client.audio.LocatableSound
net.minecraft.client.audio.TickableSound
net.minecraft.client.audio.MinecartTickableSound
- All Implemented Interfaces:
- ISound,- ITickableSound
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.audio.ISoundISound.AttenuationType
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.audio.TickableSoundisStopped, stopMethods inherited from class net.minecraft.client.audio.LocatableSoundgetAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.audio.ISoundgetAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
- 
Field Details- 
minecart
- 
pitchprivate float pitch
 
- 
- 
Constructor Details- 
MinecartTickableSound
 
- 
- 
Method Details- 
canPlaySoundpublic boolean canPlaySound()
- 
canStartSilentpublic boolean canStartSilent()
- 
tickpublic void tick()
 
-