Class UnderwaterAmbientSoundHandler
java.lang.Object
net.minecraft.client.resources.sounds.UnderwaterAmbientSoundHandler
- All Implemented Interfaces:
 AmbientSoundHandler
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatprivate static final intprivate final LocalPlayerstatic final floatprivate final SoundManagerprivate intstatic final float - 
Constructor Summary
ConstructorsConstructorDescriptionUnderwaterAmbientSoundHandler(LocalPlayer p_119856_, SoundManager p_119857_)  - 
Method Summary
 
- 
Field Details
- 
CHANCE_PER_TICK
public static final float CHANCE_PER_TICK- See Also:
 
 - 
RARE_CHANCE_PER_TICK
public static final float RARE_CHANCE_PER_TICK- See Also:
 
 - 
ULTRA_RARE_CHANCE_PER_TICK
public static final float ULTRA_RARE_CHANCE_PER_TICK- See Also:
 
 - 
MINIMUM_TICK_DELAY
private static final int MINIMUM_TICK_DELAY- See Also:
 
 - 
player
 - 
soundManager
 - 
tickDelay
private int tickDelay 
 - 
 - 
Constructor Details
- 
UnderwaterAmbientSoundHandler
 
 - 
 - 
Method Details
- 
tick
public void tick()- Specified by:
 tickin interfaceAmbientSoundHandler
 
 -