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 gsr
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
static final float
static final float
static final float
private final ClientPlayerEntity
private final SoundManager
private int
-
Constructor Summary
-
Method Summary
-
Field Details
-
MAX_TICKS_FOR_BASE_SOUND_LOOP
public 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
Lgsr;a:F
-
MAX_TICKS_FOR_RARE_SOUND_LOOP
public 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
Lgsr;b:F
-
MAX_TICKS_FOR_ULTRA_RARE_SOUND_LOOP
public 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
Lgsr;c:F
-
DEFAULT_TICKS_UNTIL_PLAY
private 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
Lgsr;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
Lgsr;e:Lgcs;
-
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
Lgsr;f:Lgtx;
-
ticksUntilPlay
private 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
Lgsr;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>
Lgsr;<init>(Lgcs;Lgtx;)V
-
-
Method Details
-
tick
public void tick()- Specified by:
tick
in interfaceClientPlayerTickable
- 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
Lgrz;a()V
-