Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoundSystem fixes #4024

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mappings/net/minecraft/client/sound/SoundSystem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
FIELD field_5559 LOGGER Lorg/slf4j/Logger;
FIELD field_5561 UNKNOWN_SOUNDS Ljava/util/Set;
FIELD field_5563 started Z
FIELD field_5566 startTicks Ljava/util/Map;
FIELD field_5566 soundStartTicks Ljava/util/Map;
METHOD <init> (Lnet/minecraft/class_1144;Lnet/minecraft/class_315;Lnet/minecraft/class_5912;)V
ARG 1 loader
ARG 2 settings
Expand Down Expand Up @@ -65,9 +65,9 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
METHOD method_20304 getDebugString ()Ljava/lang/String;
METHOD method_22139 playNextTick (Lnet/minecraft/class_1117;)V
ARG 1 sound
METHOD method_24878 canRepeatInstantly (Lnet/minecraft/class_1113;)Z
METHOD method_24878 hasRepeatDelay (Lnet/minecraft/class_1113;)Z
ARG 0 sound
METHOD method_24879 isRepeatDelayed (Lnet/minecraft/class_1113;)Z
METHOD method_24879 shouldDelayRepeat (Lnet/minecraft/class_1113;)Z
ARG 0 sound
METHOD method_24880 shouldRepeatInstantly (Lnet/minecraft/class_1113;)Z
ARG 0 sound
Expand Down