Package net.minecraft.client.sound
Class AmbientSoundPlayer
java.lang.Object
net.minecraft.client.sound.AmbientSoundPlayer
- All Implemented Interfaces:
- ClientPlayerTickable
- Mappings:
- Namespace - Name - named - net/minecraft/client/sound/AmbientSoundPlayer- intermediary - net/minecraft/class_1116- official - his
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intstatic final floatstatic final floatstatic final floatprivate final ClientPlayerEntityprivate final SoundManagerprivate int
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MAX_TICKS_FOR_BASE_SOUND_LOOPpublic static final float MAX_TICKS_FOR_BASE_SOUND_LOOP- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_TICKS_FOR_BASE_SOUND_LOOP- Lnet/minecraft/client/sound/AmbientSoundPlayer;MAX_TICKS_FOR_BASE_SOUND_LOOP:F- intermediary - field_33008- Lnet/minecraft/class_1116;field_33008:F- official - a- Lhis;a:F
 
- 
MAX_TICKS_FOR_RARE_SOUND_LOOPpublic static final float MAX_TICKS_FOR_RARE_SOUND_LOOP- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_TICKS_FOR_RARE_SOUND_LOOP- Lnet/minecraft/client/sound/AmbientSoundPlayer;MAX_TICKS_FOR_RARE_SOUND_LOOP:F- intermediary - field_33009- Lnet/minecraft/class_1116;field_33009:F- official - b- Lhis;b:F
 
- 
MAX_TICKS_FOR_ULTRA_RARE_SOUND_LOOPpublic static final float MAX_TICKS_FOR_ULTRA_RARE_SOUND_LOOP- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_TICKS_FOR_ULTRA_RARE_SOUND_LOOP- Lnet/minecraft/client/sound/AmbientSoundPlayer;MAX_TICKS_FOR_ULTRA_RARE_SOUND_LOOP:F- intermediary - field_33010- Lnet/minecraft/class_1116;field_33010:F- official - c- Lhis;c:F
 
- 
DEFAULT_TICKS_UNTIL_PLAYprivate static final int DEFAULT_TICKS_UNTIL_PLAY- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DEFAULT_TICKS_UNTIL_PLAY- Lnet/minecraft/client/sound/AmbientSoundPlayer;DEFAULT_TICKS_UNTIL_PLAY:I- intermediary - field_33011- Lnet/minecraft/class_1116;field_33011:I- official - d- Lhis;d:I
 
- 
player- Mappings:
- Namespace - Name - Mixin selector - named - player- Lnet/minecraft/client/sound/AmbientSoundPlayer;player:Lnet/minecraft/client/network/ClientPlayerEntity;- intermediary - field_5481- Lnet/minecraft/class_1116;field_5481:Lnet/minecraft/class_746;- official - e- Lhis;e:Lgkx;
 
- 
soundManager- Mappings:
- Namespace - Name - Mixin selector - named - soundManager- Lnet/minecraft/client/sound/AmbientSoundPlayer;soundManager:Lnet/minecraft/client/sound/SoundManager;- intermediary - field_5479- Lnet/minecraft/class_1116;field_5479:Lnet/minecraft/class_1144;- official - f- Lhis;f:Lhjw;
 
- 
ticksUntilPlayprivate int ticksUntilPlay- Mappings:
- Namespace - Name - Mixin selector - named - ticksUntilPlay- Lnet/minecraft/client/sound/AmbientSoundPlayer;ticksUntilPlay:I- intermediary - field_5480- Lnet/minecraft/class_1116;field_5480:I- official - g- Lhis;g:I
 
 
- 
- 
Constructor Details- 
AmbientSoundPlayer- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/sound/AmbientSoundPlayer;<init>(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/sound/SoundManager;)V- intermediary - <init>- Lnet/minecraft/class_1116;<init>(Lnet/minecraft/class_746;Lnet/minecraft/class_1144;)V- official - <init>- Lhis;<init>(Lgkx;Lhjw;)V
 
 
- 
- 
Method Details- 
tickpublic void tick()- Specified by:
- tickin interface- ClientPlayerTickable
- Mappings:
- Namespace - Name - Mixin selector - named - tick- Lnet/minecraft/client/util/ClientPlayerTickable;tick()V- intermediary - method_4756- Lnet/minecraft/class_1104;method_4756()V- official - a- Lhia;a()V
 
 
-